Html Css Color HEX #BFB272 Dark Khaki

📋 copy color: '#BFB272'

red 191 ◦ green 178 ◦ blue 114

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

Shades of Dark Khaki #BFB272

Tints of Dark Khaki #BFB272

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.85%

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

R = 39.54%
G = 36.85%
B = 23.6%

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

#BFB272 (or 0xBFB272) is known color: Dark Khaki. HEX triplet: BF, B2 and 72. RGB value is (191,178,114). Sum of RGB (Red+Green+Blue) = 191+178+114=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB272 is #404D8D. Grayscale: #AEAEAE. Windows color (decimal): -4214158 or 7516863. OLE color: 7516863.

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

Color convert

RGB 191 178 114 -
CMYK 0 0.07 0.40 0.25
HSL 49.87º 0.38% 0.6% -
HSV(B) 49.87º 0.4% 0.75% -
XYZ 40.44 44.13 22.31 -
YUV 174.59 93.81 139.7 -
System Red Green Blue C M Y K H S L
Decimal 191 178 114 0 0.07 0.40 0.25 49.87 0.38 0.6
Hex BF B2 72 0 7 28 19 32 26 3C
Octal 277 262 162 0 7 50 31 62 46 74
Binary 10111111 10110010 1110010 0 111 101000 11001 110010 100110 111100

Color Harmonies of #BFB272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB272

Black with #BFB272

Text Example


Text Example

White with #BFB272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB272; }

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

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

background-color css

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

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

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

border-color css

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

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

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