Html Css Color HEX #BBAF9A Akaroa

📋 copy color: '#BBAF9A'

red 187 ◦ green 175 ◦ blue 154

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

Shades of Akaroa #BBAF9A

Tints of Akaroa #BBAF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.84%

R = 36.24%
G = 33.91%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BBAF9A (or 0xBBAF9A) is known color: Akaroa. HEX triplet: BB, AF and 9A. RGB value is (187,175,154). Sum of RGB (Red+Green+Blue) = 187+175+154=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF9A is #445065. Grayscale: #B0B0B0. Windows color (decimal): -4477030 or 10137531. OLE color: 10137531.

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

Color convert

RGB 187 175 154 -
CMYK 0 0.06 0.18 0.27
HSL 38.18º 0.2% 0.67% -
HSV(B) 38.18º 0.18% 0.73% -
XYZ 41.66 43.56 36.78 -
YUV 176.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 187 175 154 0 0.06 0.18 0.27 38.18 0.2 0.67
Hex BB AF 9A 0 6 12 1B 26 14 43
Octal 273 257 232 0 6 22 33 46 24 103
Binary 10111011 10101111 10011010 0 110 10010 11011 100110 10100 1000011

Color Harmonies of #BBAF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF9A

Black with #BBAF9A

Text Example


Text Example

White with #BBAF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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