Html Css Color HEX #BBAF9D Akaroa

📋 copy color: '#BBAF9D'

red 187 ◦ green 175 ◦ blue 157

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

Shades of Akaroa #BBAF9D

Tints of Akaroa #BBAF9D

RGB

 RED value IS 187 (73.44% from 255) = 36.03%

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

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

R = 36.03%
G = 33.72%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBAF9D (or 0xBBAF9D) is known color: Akaroa. HEX triplet: BB, AF and 9D. RGB value is (187,175,157). Sum of RGB (Red+Green+Blue) = 187+175+157=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF9D is #445062. Grayscale: #B0B0B0. Windows color (decimal): -4477027 or 10334139. OLE color: 10334139.

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

Color convert

RGB 187 175 157 -
CMYK 0 0.06 0.16 0.27
HSL 36º 0.18% 0.67% -
HSV(B) 36º 0.16% 0.73% -
XYZ 41.91 43.66 38.12 -
YUV 176.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 187 175 157 0 0.06 0.16 0.27 36 0.18 0.67
Hex BB AF 9D 0 6 10 1B 24 12 43
Octal 273 257 235 0 6 20 33 44 22 103
Binary 10111011 10101111 10011101 0 110 10000 11011 100100 10010 1000011

Color Harmonies of #BBAF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF9D

Black with #BBAF9D

Text Example


Text Example

White with #BBAF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF9D; }

 p { color: rgb(187,175,157); }

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

background-color css

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

 a { background-color: rgb(187,175,157); }

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

border-color css

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

 span { border-color: rgb(187,175,157); }

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