Html Css Color HEX #B9B099 Akaroa

📋 copy color: '#B9B099'

red 185 ◦ green 176 ◦ blue 153

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

Shades of Akaroa #B9B099

Tints of Akaroa #B9B099

RGB

 RED value IS 185 (72.66% from 255) = 35.99%

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

 BLUE value IS 153 (60.16% from 255) = 29.77%

R = 35.99%
G = 34.24%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9B099 (or 0xB9B099) is known color: Akaroa. HEX triplet: B9, B0 and 99. RGB value is (185,176,153). Sum of RGB (Red+Green+Blue) = 185+176+153=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B099 is #464F66. Grayscale: #B0B0B0. Windows color (decimal): -4607847 or 10072249. OLE color: 10072249.

HSL color Cylindrical-coordinate representation of color #B9B099: hue angle of 43.12º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9B099 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 176 153 -
CMYK 0 0.05 0.17 0.27
HSL 43.13º 0.19% 0.66% -
HSV(B) 43.13º 0.17% 0.73% -
XYZ 41.28 43.66 36.39 -
YUV 176.07 114.98 134.37 -
System Red Green Blue C M Y K H S L
Decimal 185 176 153 0 0.05 0.17 0.27 43.13 0.19 0.66
Hex B9 B0 99 0 5 11 1B 2B 13 42
Octal 271 260 231 0 5 21 33 53 23 102
Binary 10111001 10110000 10011001 0 101 10001 11011 101011 10011 1000010

Color Harmonies of #B9B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B099

Black with #B9B099

Text Example


Text Example

White with #B9B099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B099; }

 p { color: rgb(185,176,153); }

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

background-color css

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

 a { background-color: rgb(185,176,153); }

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

border-color css

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

 span { border-color: rgb(185,176,153); }

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