Html Css Color HEX #BFB172 Dark Khaki

📋 copy color: '#BFB172'

red 191 ◦ green 177 ◦ blue 114

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

Shades of Dark Khaki #BFB172

Tints of Dark Khaki #BFB172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 39.63%
G = 36.72%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BFB172 (or 0xBFB172) is known color: Dark Khaki. HEX triplet: BF, B1 and 72. RGB value is (191,177,114). Sum of RGB (Red+Green+Blue) = 191+177+114=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB172 is #404E8D. Grayscale: #AEAEAE. Windows color (decimal): -4214414 or 7516607. OLE color: 7516607.

HSL color Cylindrical-coordinate representation of color #BFB172: hue angle of 49.09º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFB172 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 177 114 -
CMYK 0 0.07 0.40 0.25
HSL 49.09º 0.38% 0.6% -
HSV(B) 49.09º 0.4% 0.75% -
XYZ 40.25 43.74 22.24 -
YUV 174 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 191 177 114 0 0.07 0.40 0.25 49.09 0.38 0.6
Hex BF B1 72 0 7 28 19 31 26 3C
Octal 277 261 162 0 7 50 31 61 46 74
Binary 10111111 10110001 1110010 0 111 101000 11001 110001 100110 111100

Color Harmonies of #BFB172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB172

Black with #BFB172

Text Example


Text Example

White with #BFB172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB172; }

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

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

background-color css

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

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

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

border-color css

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

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

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