Html Css Color HEX #B4BD6E Dark Khaki

📋 copy color: '#B4BD6E'

red 180 ◦ green 189 ◦ blue 110

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

Shades of Dark Khaki #B4BD6E

Tints of Dark Khaki #B4BD6E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.46%

 BLUE value IS 110 (43.36% from 255) = 22.96%

R = 37.58%
G = 39.46%
B = 22.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#B4BD6E (or 0xB4BD6E) is known color: Dark Khaki. HEX triplet: B4, BD and 6E. RGB value is (180,189,110). Sum of RGB (Red+Green+Blue) = 180+189+110=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BD6E is #4B4291. Grayscale: #B1B1B1. Windows color (decimal): -4932242 or 7257524. OLE color: 7257524.

HSL color Cylindrical-coordinate representation of color #B4BD6E: hue angle of 66.84º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4BD6E is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 189 110 -
CMYK 0.05 0 0.42 0.26
HSL 66.84º 0.37% 0.59% -
HSV(B) 66.84º 0.42% 0.74% -
XYZ 39.83 47.22 21.77 -
YUV 177.3 90.02 129.92 -
System Red Green Blue C M Y K H S L
Decimal 180 189 110 0.05 0 0.42 0.26 66.84 0.37 0.59
Hex B4 BD 6E 5 0 2A 1A 43 25 3B
Octal 264 275 156 5 0 52 32 103 45 73
Binary 10110100 10111101 1101110 101 0 101010 11010 1000011 100101 111011

Color Harmonies of #B4BD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD6E

Black with #B4BD6E

Text Example


Text Example

White with #B4BD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD6E; }

 p { color: rgb(180,189,110); }

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

background-color css

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

 a { background-color: rgb(180,189,110); }

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

border-color css

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

 span { border-color: rgb(180,189,110); }

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