Html Css Color HEX #BFB373 Dark Khaki

📋 copy color: '#BFB373'

red 191 ◦ green 179 ◦ blue 115

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

Shades of Dark Khaki #BFB373

Tints of Dark Khaki #BFB373

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.91%

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

R = 39.38%
G = 36.91%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BFB373 (or 0xBFB373) is known color: Dark Khaki. HEX triplet: BF, B3 and 73. RGB value is (191,179,115). Sum of RGB (Red+Green+Blue) = 191+179+115=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB373 is #404C8C. Grayscale: #AFAFAF. Windows color (decimal): -4213901 or 7582655. OLE color: 7582655.

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

Color convert

RGB 191 179 115 -
CMYK 0 0.06 0.40 0.25
HSL 50.53º 0.37% 0.6% -
HSV(B) 50.53º 0.4% 0.75% -
XYZ 40.7 44.55 22.67 -
YUV 175.29 93.98 139.2 -
System Red Green Blue C M Y K H S L
Decimal 191 179 115 0 0.06 0.40 0.25 50.53 0.37 0.6
Hex BF B3 73 0 6 28 19 33 25 3C
Octal 277 263 163 0 6 50 31 63 45 74
Binary 10111111 10110011 1110011 0 110 101000 11001 110011 100101 111100

Color Harmonies of #BFB373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB373

Black with #BFB373

Text Example


Text Example

White with #BFB373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB373; }

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

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

background-color css

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

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

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

border-color css

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

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

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