Html Css Color HEX #B9B09C Akaroa

📋 copy color: '#B9B09C'

red 185 ◦ green 176 ◦ blue 156

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

Shades of Akaroa #B9B09C

Tints of Akaroa #B9B09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.17%

R = 35.78%
G = 34.04%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9B09C (or 0xB9B09C) is known color: Akaroa. HEX triplet: B9, B0 and 9C. RGB value is (185,176,156). Sum of RGB (Red+Green+Blue) = 185+176+156=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B09C is #464F63. Grayscale: #B0B0B0. Windows color (decimal): -4607844 or 10268857. OLE color: 10268857.

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

Color convert

RGB 185 176 156 -
CMYK 0 0.05 0.16 0.27
HSL 41.38º 0.17% 0.67% -
HSV(B) 41.38º 0.16% 0.73% -
XYZ 41.53 43.77 37.71 -
YUV 176.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 185 176 156 0 0.05 0.16 0.27 41.38 0.17 0.67
Hex B9 B0 9C 0 5 10 1B 29 11 43
Octal 271 260 234 0 5 20 33 51 21 103
Binary 10111001 10110000 10011100 0 101 10000 11011 101001 10001 1000011

Color Harmonies of #B9B09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B09C

Black with #B9B09C

Text Example


Text Example

White with #B9B09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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