Html Css Color HEX #BFBD6C Dark Khaki

📋 copy color: '#BFBD6C'

red 191 ◦ green 189 ◦ blue 108

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

Shades of Dark Khaki #BFBD6C

Tints of Dark Khaki #BFBD6C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.73%

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

R = 39.14%
G = 38.73%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BFBD6C (or 0xBFBD6C) is known color: Dark Khaki. HEX triplet: BF, BD and 6C. RGB value is (191,189,108). Sum of RGB (Red+Green+Blue) = 191+189+108=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD6C is #404293. Grayscale: #B4B4B4. Windows color (decimal): -4211348 or 7126463. OLE color: 7126463.

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

Color convert

RGB 191 189 108 -
CMYK 0 0.01 0.43 0.25
HSL 58.55º 0.39% 0.59% -
HSV(B) 58.55º 0.43% 0.75% -
XYZ 42.39 48.55 21.33 -
YUV 180.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 191 189 108 0 0.01 0.43 0.25 58.55 0.39 0.59
Hex BF BD 6C 0 1 2B 19 3B 27 3B
Octal 277 275 154 0 1 53 31 73 47 73
Binary 10111111 10111101 1101100 0 1 101011 11001 111011 100111 111011

Color Harmonies of #BFBD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD6C

Black with #BFBD6C

Text Example


Text Example

White with #BFBD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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