Html Css Color HEX #B8B19F Akaroa

📋 copy color: '#B8B19F'

red 184 ◦ green 177 ◦ blue 159

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

Shades of Akaroa #B8B19F

Tints of Akaroa #B8B19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.58%

R = 35.38%
G = 34.04%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B8B19F (or 0xB8B19F) is known color: Akaroa. HEX triplet: B8, B1 and 9F. RGB value is (184,177,159). Sum of RGB (Red+Green+Blue) = 184+177+159=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B19F is #474E60. Grayscale: #B1B1B1. Windows color (decimal): -4673121 or 10465720. OLE color: 10465720.

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

Color convert

RGB 184 177 159 -
CMYK 0 0.04 0.14 0.28
HSL 43.2º 0.15% 0.67% -
HSV(B) 43.2º 0.14% 0.72% -
XYZ 41.75 44.14 39.12 -
YUV 177.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 184 177 159 0 0.04 0.14 0.28 43.2 0.15 0.67
Hex B8 B1 9F 0 4 E 1C 2B F 43
Octal 270 261 237 0 4 16 34 53 17 103
Binary 10111000 10110001 10011111 0 100 1110 11100 101011 1111 1000011

Color Harmonies of #B8B19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B19F

Black with #B8B19F

Text Example


Text Example

White with #B8B19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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