Html Css Color HEX #BFB778 Dark Khaki

📋 copy color: '#BFB778'

red 191 ◦ green 183 ◦ blue 120

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

Shades of Dark Khaki #BFB778

Tints of Dark Khaki #BFB778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.29%

R = 38.66%
G = 37.04%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFB778 (or 0xBFB778) is known color: Dark Khaki. HEX triplet: BF, B7 and 78. RGB value is (191,183,120). Sum of RGB (Red+Green+Blue) = 191+183+120=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB778 is #404887. Grayscale: #B2B2B2. Windows color (decimal): -4212872 or 7911359. OLE color: 7911359.

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

Color convert

RGB 191 183 120 -
CMYK 0 0.04 0.37 0.25
HSL 53.24º 0.36% 0.61% -
HSV(B) 53.24º 0.37% 0.75% -
XYZ 41.81 46.3 24.5 -
YUV 178.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 191 183 120 0 0.04 0.37 0.25 53.24 0.36 0.61
Hex BF B7 78 0 4 25 19 35 24 3D
Octal 277 267 170 0 4 45 31 65 44 75
Binary 10111111 10110111 1111000 0 100 100101 11001 110101 100100 111101

Color Harmonies of #BFB778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB778

Black with #BFB778

Text Example


Text Example

White with #BFB778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB778; }

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

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

background-color css

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

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

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

border-color css

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

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

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