Html Css Color HEX #BFB46C Dark Khaki

📋 copy color: '#BFB46C'

red 191 ◦ green 180 ◦ blue 108

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

Shades of Dark Khaki #BFB46C

Tints of Dark Khaki #BFB46C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.58%

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

R = 39.87%
G = 37.58%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BFB46C (or 0xBFB46C) is known color: Dark Khaki. HEX triplet: BF, B4 and 6C. RGB value is (191,180,108). Sum of RGB (Red+Green+Blue) = 191+180+108=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB46C is #404B93. Grayscale: #AFAFAF. Windows color (decimal): -4213652 or 7124159. OLE color: 7124159.

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

Color convert

RGB 191 180 108 -
CMYK 0 0.06 0.43 0.25
HSL 52.05º 0.39% 0.59% -
HSV(B) 52.05º 0.43% 0.75% -
XYZ 40.51 44.8 20.7 -
YUV 175.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 191 180 108 0 0.06 0.43 0.25 52.05 0.39 0.59
Hex BF B4 6C 0 6 2B 19 34 27 3B
Octal 277 264 154 0 6 53 31 64 47 73
Binary 10111111 10110100 1101100 0 110 101011 11001 110100 100111 111011

Color Harmonies of #BFB46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB46C

Black with #BFB46C

Text Example


Text Example

White with #BFB46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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