Html Css Color HEX #BFB472 Dark Khaki

📋 copy color: '#BFB472'

red 191 ◦ green 180 ◦ blue 114

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

Shades of Dark Khaki #BFB472

Tints of Dark Khaki #BFB472

RGB

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

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

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

R = 39.38%
G = 37.11%
B = 23.51%

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

#BFB472 (or 0xBFB472) is known color: Dark Khaki. HEX triplet: BF, B4 and 72. RGB value is (191,180,114). Sum of RGB (Red+Green+Blue) = 191+180+114=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB472 is #404B8D. Grayscale: #B0B0B0. Windows color (decimal): -4213646 or 7517375. OLE color: 7517375.

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

Color convert

RGB 191 180 114 -
CMYK 0 0.06 0.40 0.25
HSL 51.43º 0.38% 0.6% -
HSV(B) 51.43º 0.4% 0.75% -
XYZ 40.84 44.93 22.44 -
YUV 175.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 191 180 114 0 0.06 0.40 0.25 51.43 0.38 0.6
Hex BF B4 72 0 6 28 19 33 26 3C
Octal 277 264 162 0 6 50 31 63 46 74
Binary 10111111 10110100 1110010 0 110 101000 11001 110011 100110 111100

Color Harmonies of #BFB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB472

Black with #BFB472

Text Example


Text Example

White with #BFB472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB472; }

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

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

background-color css

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

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

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

border-color css

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

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

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