Html Css Color HEX #B4BB69 Dark Khaki

📋 copy color: '#B4BB69'

red 180 ◦ green 187 ◦ blue 105

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

Shades of Dark Khaki #B4BB69

Tints of Dark Khaki #B4BB69

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.62%

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

R = 38.14%
G = 39.62%
B = 22.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B4BB69 (or 0xB4BB69) is known color: Dark Khaki. HEX triplet: B4, BB and 69. RGB value is (180,187,105). Sum of RGB (Red+Green+Blue) = 180+187+105=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BB69 is #4B4496. Grayscale: #AFAFAF. Windows color (decimal): -4932759 or 6929332. OLE color: 6929332.

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

Color convert

RGB 180 187 105 -
CMYK 0.04 0 0.44 0.27
HSL 65.12º 0.38% 0.57% -
HSV(B) 65.12º 0.44% 0.73% -
XYZ 39.14 46.26 20.23 -
YUV 175.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 180 187 105 0.04 0 0.44 0.27 65.12 0.38 0.57
Hex B4 BB 69 4 0 2C 1B 41 26 39
Octal 264 273 151 4 0 54 33 101 46 71
Binary 10110100 10111011 1101001 100 0 101100 11011 1000001 100110 111001

Color Harmonies of #B4BB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BB69

Black with #B4BB69

Text Example


Text Example

White with #B4BB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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