Html Css Color HEX #BFB96C Dark Khaki

📋 copy color: '#BFB96C'

red 191 ◦ green 185 ◦ blue 108

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

Shades of Dark Khaki #BFB96C

Tints of Dark Khaki #BFB96C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.22%

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

R = 39.46%
G = 38.22%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BFB96C (or 0xBFB96C) is known color: Dark Khaki. HEX triplet: BF, B9 and 6C. RGB value is (191,185,108). Sum of RGB (Red+Green+Blue) = 191+185+108=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB96C is #404693. Grayscale: #B2B2B2. Windows color (decimal): -4212372 or 7125439. OLE color: 7125439.

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

Color convert

RGB 191 185 108 -
CMYK 0 0.03 0.43 0.25
HSL 55.66º 0.39% 0.59% -
HSV(B) 55.66º 0.43% 0.75% -
XYZ 41.54 46.86 21.04 -
YUV 178.02 88.49 137.26 -
System Red Green Blue C M Y K H S L
Decimal 191 185 108 0 0.03 0.43 0.25 55.66 0.39 0.59
Hex BF B9 6C 0 3 2B 19 38 27 3B
Octal 277 271 154 0 3 53 31 70 47 73
Binary 10111111 10111001 1101100 0 11 101011 11001 111000 100111 111011

Color Harmonies of #BFB96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB96C

Black with #BFB96C

Text Example


Text Example

White with #BFB96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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