Html Css Color HEX #B4B272 Dark Khaki

📋 copy color: '#B4B272'

red 180 ◦ green 178 ◦ blue 114

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

Shades of Dark Khaki #B4B272

Tints of Dark Khaki #B4B272

RGB

 RED value IS 180 (70.7% from 255) = 38.14%

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

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

R = 38.14%
G = 37.71%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B4B272 (or 0xB4B272) is known color: Dark Khaki. HEX triplet: B4, B2 and 72. RGB value is (180,178,114). Sum of RGB (Red+Green+Blue) = 180+178+114=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B272 is #4B4D8D. Grayscale: #ABABAB. Windows color (decimal): -4935054 or 7516852. OLE color: 7516852.

HSL color Cylindrical-coordinate representation of color #B4B272: hue angle of 58.18º 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 #B4B272 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 178 114 -
CMYK 0 0.01 0.37 0.29
HSL 58.18º 0.31% 0.58% -
HSV(B) 58.18º 0.37% 0.71% -
XYZ 37.78 42.76 22.18 -
YUV 171.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 180 178 114 0 0.01 0.37 0.29 58.18 0.31 0.58
Hex B4 B2 72 0 1 25 1D 3A 1F 3A
Octal 264 262 162 0 1 45 35 72 37 72
Binary 10110100 10110010 1110010 0 1 100101 11101 111010 11111 111010

Color Harmonies of #B4B272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B272

Black with #B4B272

Text Example


Text Example

White with #B4B272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B272; }

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

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

background-color css

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

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

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

border-color css

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

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

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