Html Css Color HEX #BBAF95 Akaroa

📋 copy color: '#BBAF95'

red 187 ◦ green 175 ◦ blue 149

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

Shades of Akaroa #BBAF95

Tints of Akaroa #BBAF95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.16%

R = 36.59%
G = 34.25%
B = 29.16%

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

#BBAF95 (or 0xBBAF95) is known color: Akaroa. HEX triplet: BB, AF and 95. RGB value is (187,175,149). Sum of RGB (Red+Green+Blue) = 187+175+149=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF95 is #44506A. Grayscale: #AFAFAF. Windows color (decimal): -4477035 or 9809851. OLE color: 9809851.

HSL color Cylindrical-coordinate representation of color #BBAF95: hue angle of 41.05º degrees, saturation: 0.22, 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 #BBAF95 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 149 -
CMYK 0 0.06 0.20 0.27
HSL 41.05º 0.22% 0.66% -
HSV(B) 41.05º 0.2% 0.73% -
XYZ 41.25 43.39 34.64 -
YUV 175.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 187 175 149 0 0.06 0.20 0.27 41.05 0.22 0.66
Hex BB AF 95 0 6 14 1B 29 16 42
Octal 273 257 225 0 6 24 33 51 26 102
Binary 10111011 10101111 10010101 0 110 10100 11011 101001 10110 1000010

Color Harmonies of #BBAF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF95

Black with #BBAF95

Text Example


Text Example

White with #BBAF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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