Html Css Color HEX #B4B771 Dark Khaki

📋 copy color: '#B4B771'

red 180 ◦ green 183 ◦ blue 113

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

Shades of Dark Khaki #B4B771

Tints of Dark Khaki #B4B771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.45%

 BLUE value IS 113 (44.53% from 255) = 23.74%

R = 37.82%
G = 38.45%
B = 23.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B4B771 (or 0xB4B771) is known color: Dark Khaki. HEX triplet: B4, B7 and 71. RGB value is (180,183,113). Sum of RGB (Red+Green+Blue) = 180+183+113=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B771 is #4B488E. Grayscale: #AEAEAE. Windows color (decimal): -4933775 or 7452596. OLE color: 7452596.

HSL color Cylindrical-coordinate representation of color #B4B771: hue angle of 62.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4B771 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 183 113 -
CMYK 0.02 0 0.38 0.28
HSL 62.57º 0.33% 0.58% -
HSV(B) 62.57º 0.38% 0.72% -
XYZ 38.74 44.76 22.22 -
YUV 174.12 93.51 132.19 -
System Red Green Blue C M Y K H S L
Decimal 180 183 113 0.02 0 0.38 0.28 62.57 0.33 0.58
Hex B4 B7 71 2 0 26 1C 3F 21 3A
Octal 264 267 161 2 0 46 34 77 41 72
Binary 10110100 10110111 1110001 10 0 100110 11100 111111 100001 111010

Color Harmonies of #B4B771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B771

Black with #B4B771

Text Example


Text Example

White with #B4B771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B771; }

 p { color: rgb(180,183,113); }

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

background-color css

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

 a { background-color: rgb(180,183,113); }

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

border-color css

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

 span { border-color: rgb(180,183,113); }

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