Html Css Color HEX #B8AF9B Akaroa

📋 copy color: '#B8AF9B'

red 184 ◦ green 175 ◦ blue 155

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

Shades of Akaroa #B8AF9B

Tints of Akaroa #B8AF9B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.05%

 BLUE value IS 155 (60.94% from 255) = 30.16%

R = 35.8%
G = 34.05%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8AF9B (or 0xB8AF9B) is known color: Akaroa. HEX triplet: B8, AF and 9B. RGB value is (184,175,155). Sum of RGB (Red+Green+Blue) = 184+175+155=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AF9B is #475064. Grayscale: #AFAFAF. Windows color (decimal): -4673637 or 10203064. OLE color: 10203064.

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

Color convert

RGB 184 175 155 -
CMYK 0 0.05 0.16 0.28
HSL 41.38º 0.17% 0.66% -
HSV(B) 41.38º 0.16% 0.72% -
XYZ 41.01 43.22 37.19 -
YUV 175.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 184 175 155 0 0.05 0.16 0.28 41.38 0.17 0.66
Hex B8 AF 9B 0 5 10 1C 29 11 42
Octal 270 257 233 0 5 20 34 51 21 102
Binary 10111000 10101111 10011011 0 101 10000 11100 101001 10001 1000010

Color Harmonies of #B8AF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF9B

Black with #B8AF9B

Text Example


Text Example

White with #B8AF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF9B; }

 p { color: rgb(184,175,155); }

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

background-color css

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

 a { background-color: rgb(184,175,155); }

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

border-color css

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

 span { border-color: rgb(184,175,155); }

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