Html Css Color HEX #BBAF96 Akaroa

📋 copy color: '#BBAF96'

red 187 ◦ green 175 ◦ blue 150

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

Shades of Akaroa #BBAF96

Tints of Akaroa #BBAF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.3%

R = 36.52%
G = 34.18%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BBAF96 (or 0xBBAF96) is known color: Akaroa. HEX triplet: BB, AF and 96. RGB value is (187,175,150). Sum of RGB (Red+Green+Blue) = 187+175+150=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF96 is #445069. Grayscale: #AFAFAF. Windows color (decimal): -4477034 or 9875387. OLE color: 9875387.

HSL color Cylindrical-coordinate representation of color #BBAF96: hue angle of 40.54º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBAF96 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 150 -
CMYK 0 0.06 0.20 0.27
HSL 40.54º 0.21% 0.66% -
HSV(B) 40.54º 0.2% 0.73% -
XYZ 41.33 43.43 35.06 -
YUV 175.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 187 175 150 0 0.06 0.20 0.27 40.54 0.21 0.66
Hex BB AF 96 0 6 14 1B 29 15 42
Octal 273 257 226 0 6 24 33 51 25 102
Binary 10111011 10101111 10010110 0 110 10100 11011 101001 10101 1000010

Color Harmonies of #BBAF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF96

Black with #BBAF96

Text Example


Text Example

White with #BBAF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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