Html Css Color HEX #BFB173 Dark Khaki

📋 copy color: '#BFB173'

red 191 ◦ green 177 ◦ blue 115

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

Shades of Dark Khaki #BFB173

Tints of Dark Khaki #BFB173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.81%

R = 39.54%
G = 36.65%
B = 23.81%

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

#BFB173 (or 0xBFB173) is known color: Dark Khaki. HEX triplet: BF, B1 and 73. RGB value is (191,177,115). Sum of RGB (Red+Green+Blue) = 191+177+115=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB173 is #404E8C. Grayscale: #AEAEAE. Windows color (decimal): -4214413 or 7582143. OLE color: 7582143.

HSL color Cylindrical-coordinate representation of color #BFB173: hue angle of 48.95º degrees, saturation: 0.37, 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 #BFB173 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 177 115 -
CMYK 0 0.07 0.40 0.25
HSL 48.95º 0.37% 0.6% -
HSV(B) 48.95º 0.4% 0.75% -
XYZ 40.3 43.76 22.54 -
YUV 174.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 191 177 115 0 0.07 0.40 0.25 48.95 0.37 0.6
Hex BF B1 73 0 7 28 19 31 25 3C
Octal 277 261 163 0 7 50 31 61 45 74
Binary 10111111 10110001 1110011 0 111 101000 11001 110001 100101 111100

Color Harmonies of #BFB173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB173

Black with #BFB173

Text Example


Text Example

White with #BFB173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB173; }

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

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

background-color css

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

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

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

border-color css

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

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

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