Html Css Color HEX #BFB76C Dark Khaki

📋 copy color: '#BFB76C'

red 191 ◦ green 183 ◦ blue 108

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

Shades of Dark Khaki #BFB76C

Tints of Dark Khaki #BFB76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.41%

R = 39.63%
G = 37.97%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BFB76C (or 0xBFB76C) is known color: Dark Khaki. HEX triplet: BF, B7 and 6C. RGB value is (191,183,108). Sum of RGB (Red+Green+Blue) = 191+183+108=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB76C is #404893. Grayscale: #B1B1B1. Windows color (decimal): -4212884 or 7124927. OLE color: 7124927.

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

Color convert

RGB 191 183 108 -
CMYK 0 0.04 0.43 0.25
HSL 54.22º 0.39% 0.59% -
HSV(B) 54.22º 0.43% 0.75% -
XYZ 41.13 46.03 20.9 -
YUV 176.84 89.15 138.1 -
System Red Green Blue C M Y K H S L
Decimal 191 183 108 0 0.04 0.43 0.25 54.22 0.39 0.59
Hex BF B7 6C 0 4 2B 19 36 27 3B
Octal 277 267 154 0 4 53 31 66 47 73
Binary 10111111 10110111 1101100 0 100 101011 11001 110110 100111 111011

Color Harmonies of #BFB76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB76C

Black with #BFB76C

Text Example


Text Example

White with #BFB76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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