Html Css Color HEX #BFB770 Dark Khaki

📋 copy color: '#BFB770'

red 191 ◦ green 183 ◦ blue 112

#BFB770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BFB770

Tints of Dark Khaki #BFB770

RGB

 RED value IS 191 (75% from 255) = 39.3%

 GREEN value IS 183 (71.88% from 255) = 37.65%

 BLUE value IS 112 (44.14% from 255) = 23.05%

R = 39.3%
G = 37.65%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFB770 (or 0xBFB770) is known color: Dark Khaki. HEX triplet: BF, B7 and 70. RGB value is (191,183,112). Sum of RGB (Red+Green+Blue) = 191+183+112=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB770 is #40488F. Grayscale: #B1B1B1. Windows color (decimal): -4212880 or 7387071. OLE color: 7387071.

HSL color Cylindrical-coordinate representation of color #BFB770: hue angle of 53.92º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFB770 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 183 112 -
CMYK 0 0.04 0.41 0.25
HSL 53.92º 0.38% 0.59% -
HSV(B) 53.92º 0.41% 0.75% -
XYZ 41.34 46.11 22.05 -
YUV 177.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 191 183 112 0 0.04 0.41 0.25 53.92 0.38 0.59
Hex BF B7 70 0 4 29 19 36 26 3B
Octal 277 267 160 0 4 51 31 66 46 73
Binary 10111111 10110111 1110000 0 100 101001 11001 110110 100110 111011

Color Harmonies of #BFB770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB770

Black with #BFB770

Text Example


Text Example

White with #BFB770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB770; }

 p { color: rgb(191,183,112); }

 H1.HeaderClassName
 {
   color: #BFB770;
 }
 .AnyTagClassName
 {
   color: #BFB770;
 }
</style>

background-color css

<style>
 a { background-color: #BFB770; }

 a { background-color: rgb(191,183,112); }

 div.DivClassName
 {
   background-color: #BFB770;
 }
 .BgClassName
 {
   background-color: #BFB770;
 }
</style>

border-color css

<style>
 span { border-color: #BFB770; }

 span { border-color: rgb(191,183,112); }

 td.TdClassName
 {
   border-color: #BFB770;
 }
 .TagClassName
 {
   border-color: #BFB770;
 }
</style>