Html Css Color HEX #BFB56B Dark Khaki

📋 copy color: '#BFB56B'

red 191 ◦ green 181 ◦ blue 107

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

Shades of Dark Khaki #BFB56B

Tints of Dark Khaki #BFB56B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.79%

 BLUE value IS 107 (42.19% from 255) = 22.34%

R = 39.87%
G = 37.79%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BFB56B (or 0xBFB56B) is known color: Dark Khaki. HEX triplet: BF, B5 and 6B. RGB value is (191,181,107). Sum of RGB (Red+Green+Blue) = 191+181+107=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB56B is #404A94. Grayscale: #AFAFAF. Windows color (decimal): -4213397 or 7058879. OLE color: 7058879.

HSL color Cylindrical-coordinate representation of color #BFB56B: hue angle of 52.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFB56B is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 181 107 -
CMYK 0 0.05 0.44 0.25
HSL 52.86º 0.4% 0.58% -
HSV(B) 52.86º 0.44% 0.75% -
XYZ 40.66 45.19 20.49 -
YUV 175.55 89.31 139.02 -
System Red Green Blue C M Y K H S L
Decimal 191 181 107 0 0.05 0.44 0.25 52.86 0.4 0.58
Hex BF B5 6B 0 5 2C 19 35 28 3A
Octal 277 265 153 0 5 54 31 65 50 72
Binary 10111111 10110101 1101011 0 101 101100 11001 110101 101000 111010

Color Harmonies of #BFB56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB56B

Black with #BFB56B

Text Example


Text Example

White with #BFB56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB56B; }

 p { color: rgb(191,181,107); }

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

background-color css

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

 a { background-color: rgb(191,181,107); }

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

border-color css

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

 span { border-color: rgb(191,181,107); }

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