Html Css Color HEX #B5B272 Dark Khaki

📋 copy color: '#B5B272'

red 181 ◦ green 178 ◦ blue 114

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

Shades of Dark Khaki #B5B272

Tints of Dark Khaki #B5B272

RGB

 RED value IS 181 (71.09% from 255) = 38.27%

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

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

R = 38.27%
G = 37.63%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B5B272 (or 0xB5B272) is known color: Dark Khaki. HEX triplet: B5, B2 and 72. RGB value is (181,178,114). Sum of RGB (Red+Green+Blue) = 181+178+114=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B272 is #4A4D8D. Grayscale: #ABABAB. Windows color (decimal): -4869518 or 7516853. OLE color: 7516853.

HSL color Cylindrical-coordinate representation of color #B5B272: hue angle of 57.31º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5B272 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 178 114 -
CMYK 0 0.02 0.37 0.29
HSL 57.31º 0.31% 0.58% -
HSV(B) 57.31º 0.37% 0.71% -
XYZ 38.01 42.88 22.19 -
YUV 171.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 181 178 114 0 0.02 0.37 0.29 57.31 0.31 0.58
Hex B5 B2 72 0 2 25 1D 39 1F 3A
Octal 265 262 162 0 2 45 35 71 37 72
Binary 10110101 10110010 1110010 0 10 100101 11101 111001 11111 111010

Color Harmonies of #B5B272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B272

Black with #B5B272

Text Example


Text Example

White with #B5B272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B272; }

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

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

background-color css

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

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

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

border-color css

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

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

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