Html Css Color HEX #B4B075 Dark Khaki

📋 copy color: '#B4B075'

red 180 ◦ green 176 ◦ blue 117

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

Shades of Dark Khaki #B4B075

Tints of Dark Khaki #B4B075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.74%

R = 38.05%
G = 37.21%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B4B075 (or 0xB4B075) is known color: Dark Khaki. HEX triplet: B4, B0 and 75. RGB value is (180,176,117). Sum of RGB (Red+Green+Blue) = 180+176+117=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B075 is #4B4F8A. Grayscale: #AAAAAA. Windows color (decimal): -4935563 or 7712948. OLE color: 7712948.

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

Color convert

RGB 180 176 117 -
CMYK 0 0.02 0.35 0.29
HSL 56.19º 0.3% 0.58% -
HSV(B) 56.19º 0.35% 0.71% -
XYZ 37.56 42.04 22.96 -
YUV 170.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 180 176 117 0 0.02 0.35 0.29 56.19 0.3 0.58
Hex B4 B0 75 0 2 23 1D 38 1E 3A
Octal 264 260 165 0 2 43 35 70 36 72
Binary 10110100 10110000 1110101 0 10 100011 11101 111000 11110 111010

Color Harmonies of #B4B075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B075

Black with #B4B075

Text Example


Text Example

White with #B4B075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B075; }

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

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

background-color css

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

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

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

border-color css

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

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

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