Html Css Color HEX #B8AF9E Akaroa

📋 copy color: '#B8AF9E'

red 184 ◦ green 175 ◦ blue 158

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

Shades of Akaroa #B8AF9E

Tints of Akaroa #B8AF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.56%

R = 35.59%
G = 33.85%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B8AF9E (or 0xB8AF9E) is known color: Akaroa. HEX triplet: B8, AF and 9E. RGB value is (184,175,158). Sum of RGB (Red+Green+Blue) = 184+175+158=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AF9E is #475061. Grayscale: #AFAFAF. Windows color (decimal): -4673634 or 10399672. OLE color: 10399672.

HSL color Cylindrical-coordinate representation of color #B8AF9E: hue angle of 39.23º 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 #B8AF9E is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 175 158 -
CMYK 0 0.05 0.14 0.28
HSL 39.23º 0.15% 0.67% -
HSV(B) 39.23º 0.14% 0.72% -
XYZ 41.27 43.32 38.53 -
YUV 175.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 184 175 158 0 0.05 0.14 0.28 39.23 0.15 0.67
Hex B8 AF 9E 0 5 E 1C 27 F 43
Octal 270 257 236 0 5 16 34 47 17 103
Binary 10111000 10101111 10011110 0 101 1110 11100 100111 1111 1000011

Color Harmonies of #B8AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF9E

Black with #B8AF9E

Text Example


Text Example

White with #B8AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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