Html Css Color HEX #B4B969 Dark Khaki

📋 copy color: '#B4B969'

red 180 ◦ green 185 ◦ blue 105

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

Shades of Dark Khaki #B4B969

Tints of Dark Khaki #B4B969

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.36%

 BLUE value IS 105 (41.41% from 255) = 22.34%

R = 38.3%
G = 39.36%
B = 22.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B4B969 (or 0xB4B969) is known color: Dark Khaki. HEX triplet: B4, B9 and 69. RGB value is (180,185,105). Sum of RGB (Red+Green+Blue) = 180+185+105=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B969 is #4B4696. Grayscale: #AEAEAE. Windows color (decimal): -4933271 or 6928820. OLE color: 6928820.

HSL color Cylindrical-coordinate representation of color #B4B969: hue angle of 63.75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4B969 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 185 105 -
CMYK 0.03 0 0.43 0.27
HSL 63.75º 0.36% 0.57% -
HSV(B) 63.75º 0.43% 0.73% -
XYZ 38.72 45.42 20.09 -
YUV 174.39 88.84 132 -
System Red Green Blue C M Y K H S L
Decimal 180 185 105 0.03 0 0.43 0.27 63.75 0.36 0.57
Hex B4 B9 69 3 0 2B 1B 40 24 39
Octal 264 271 151 3 0 53 33 100 44 71
Binary 10110100 10111001 1101001 11 0 101011 11011 1000000 100100 111001

Color Harmonies of #B4B969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B969

Black with #B4B969

Text Example


Text Example

White with #B4B969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B969; }

 p { color: rgb(180,185,105); }

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

background-color css

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

 a { background-color: rgb(180,185,105); }

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

border-color css

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

 span { border-color: rgb(180,185,105); }

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