Html Css Color HEX #B4B078 Dark Khaki

📋 copy color: '#B4B078'

red 180 ◦ green 176 ◦ blue 120

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

Shades of Dark Khaki #B4B078

Tints of Dark Khaki #B4B078

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.97%

 BLUE value IS 120 (47.27% from 255) = 25.21%

R = 37.82%
G = 36.97%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B4B078 (or 0xB4B078) is known color: Dark Khaki. HEX triplet: B4, B0 and 78. RGB value is (180,176,120). Sum of RGB (Red+Green+Blue) = 180+176+120=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B078 is #4B4F87. Grayscale: #ABABAB. Windows color (decimal): -4935560 or 7909556. OLE color: 7909556.

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

Color convert

RGB 180 176 120 -
CMYK 0 0.02 0.33 0.29
HSL 56º 0.29% 0.59% -
HSV(B) 56º 0.33% 0.71% -
XYZ 37.74 42.11 23.91 -
YUV 170.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 180 176 120 0 0.02 0.33 0.29 56 0.29 0.59
Hex B4 B0 78 0 2 21 1D 38 1D 3B
Octal 264 260 170 0 2 41 35 70 35 73
Binary 10110100 10110000 1111000 0 10 100001 11101 111000 11101 111011

Color Harmonies of #B4B078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B078

Black with #B4B078

Text Example


Text Example

White with #B4B078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B078; }

 p { color: rgb(180,176,120); }

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

background-color css

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

 a { background-color: rgb(180,176,120); }

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

border-color css

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

 span { border-color: rgb(180,176,120); }

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