Html Css Color HEX #BFB16B Dark Khaki

📋 copy color: '#BFB16B'

red 191 ◦ green 177 ◦ blue 107

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

Shades of Dark Khaki #BFB16B

Tints of Dark Khaki #BFB16B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.26%

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

R = 40.21%
G = 37.26%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BFB16B (or 0xBFB16B) is known color: Dark Khaki. HEX triplet: BF, B1 and 6B. RGB value is (191,177,107). Sum of RGB (Red+Green+Blue) = 191+177+107=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB16B is #404E94. Grayscale: #ADADAD. Windows color (decimal): -4214421 or 7057855. OLE color: 7057855.

HSL color Cylindrical-coordinate representation of color #BFB16B: hue angle of 50º 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 #BFB16B is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 177 107 -
CMYK 0 0.07 0.44 0.25
HSL 50º 0.4% 0.58% -
HSV(B) 50º 0.44% 0.75% -
XYZ 39.86 43.58 20.22 -
YUV 173.21 90.64 140.69 -
System Red Green Blue C M Y K H S L
Decimal 191 177 107 0 0.07 0.44 0.25 50 0.4 0.58
Hex BF B1 6B 0 7 2C 19 32 28 3A
Octal 277 261 153 0 7 54 31 62 50 72
Binary 10111111 10110001 1101011 0 111 101100 11001 110010 101000 111010

Color Harmonies of #BFB16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB16B

Black with #BFB16B

Text Example


Text Example

White with #BFB16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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