Html Css Color HEX #B9B29D Akaroa

📋 copy color: '#B9B29D'

red 185 ◦ green 178 ◦ blue 157

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

Shades of Akaroa #B9B29D

Tints of Akaroa #B9B29D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.23%

 BLUE value IS 157 (61.72% from 255) = 30.19%

R = 35.58%
G = 34.23%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9B29D (or 0xB9B29D) is known color: Akaroa. HEX triplet: B9, B2 and 9D. RGB value is (185,178,157). Sum of RGB (Red+Green+Blue) = 185+178+157=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B29D is #464D62. Grayscale: #B1B1B1. Windows color (decimal): -4607331 or 10334905. OLE color: 10334905.

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

Color convert

RGB 185 178 157 -
CMYK 0 0.04 0.15 0.27
HSL 45º 0.17% 0.67% -
HSV(B) 45º 0.15% 0.73% -
XYZ 42.01 44.59 38.29 -
YUV 177.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 185 178 157 0 0.04 0.15 0.27 45 0.17 0.67
Hex B9 B2 9D 0 4 F 1B 2D 11 43
Octal 271 262 235 0 4 17 33 55 21 103
Binary 10111001 10110010 10011101 0 100 1111 11011 101101 10001 1000011

Color Harmonies of #B9B29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B29D

Black with #B9B29D

Text Example


Text Example

White with #B9B29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B29D; }

 p { color: rgb(185,178,157); }

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

background-color css

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

 a { background-color: rgb(185,178,157); }

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

border-color css

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

 span { border-color: rgb(185,178,157); }

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