Html Css Color HEX #B8B19D Akaroa

📋 copy color: '#B8B19D'

red 184 ◦ green 177 ◦ blue 157

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

Shades of Akaroa #B8B19D

Tints of Akaroa #B8B19D

RGB

 RED value IS 184 (72.27% from 255) = 35.52%

 GREEN value IS 177 (69.53% from 255) = 34.17%

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

R = 35.52%
G = 34.17%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B8B19D (or 0xB8B19D) is known color: Akaroa. HEX triplet: B8, B1 and 9D. RGB value is (184,177,157). Sum of RGB (Red+Green+Blue) = 184+177+157=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B19D is #474E62. Grayscale: #B0B0B0. Windows color (decimal): -4673123 or 10334648. OLE color: 10334648.

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

Color convert

RGB 184 177 157 -
CMYK 0 0.04 0.15 0.28
HSL 44.44º 0.16% 0.67% -
HSV(B) 44.44º 0.15% 0.72% -
XYZ 41.58 44.07 38.21 -
YUV 176.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 184 177 157 0 0.04 0.15 0.28 44.44 0.16 0.67
Hex B8 B1 9D 0 4 F 1C 2C 10 43
Octal 270 261 235 0 4 17 34 54 20 103
Binary 10111000 10110001 10011101 0 100 1111 11100 101100 10000 1000011

Color Harmonies of #B8B19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B19D

Black with #B8B19D

Text Example


Text Example

White with #B8B19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B19D; }

 p { color: rgb(184,177,157); }

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

background-color css

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

 a { background-color: rgb(184,177,157); }

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

border-color css

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

 span { border-color: rgb(184,177,157); }

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