Html Css Color HEX #B4B16A Dark Khaki

📋 copy color: '#B4B16A'

red 180 ◦ green 177 ◦ blue 106

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

Shades of Dark Khaki #B4B16A

Tints of Dark Khaki #B4B16A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.23%

 BLUE value IS 106 (41.8% from 255) = 22.89%

R = 38.88%
G = 38.23%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B4B16A (or 0xB4B16A) is known color: Dark Khaki. HEX triplet: B4, B1 and 6A. RGB value is (180,177,106). Sum of RGB (Red+Green+Blue) = 180+177+106=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B16A is #4B4E95. Grayscale: #AAAAAA. Windows color (decimal): -4935318 or 6992308. OLE color: 6992308.

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

Color convert

RGB 180 177 106 -
CMYK 0 0.02 0.41 0.29
HSL 57.57º 0.33% 0.56% -
HSV(B) 57.57º 0.41% 0.71% -
XYZ 37.15 42.19 19.82 -
YUV 169.8 91.99 135.27 -
System Red Green Blue C M Y K H S L
Decimal 180 177 106 0 0.02 0.41 0.29 57.57 0.33 0.56
Hex B4 B1 6A 0 2 29 1D 3A 21 38
Octal 264 261 152 0 2 51 35 72 41 70
Binary 10110100 10110001 1101010 0 10 101001 11101 111010 100001 111000

Color Harmonies of #B4B16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B16A

Black with #B4B16A

Text Example


Text Example

White with #B4B16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B16A; }

 p { color: rgb(180,177,106); }

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

background-color css

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

 a { background-color: rgb(180,177,106); }

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

border-color css

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

 span { border-color: rgb(180,177,106); }

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