Html Css Color HEX #BBB19A Akaroa

📋 copy color: '#BBB19A'

red 187 ◦ green 177 ◦ blue 154

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

Shades of Akaroa #BBB19A

Tints of Akaroa #BBB19A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.17%

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

R = 36.1%
G = 34.17%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BBB19A (or 0xBBB19A) is known color: Akaroa. HEX triplet: BB, B1 and 9A. RGB value is (187,177,154). Sum of RGB (Red+Green+Blue) = 187+177+154=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB19A is #444E65. Grayscale: #B1B1B1. Windows color (decimal): -4476518 or 10138043. OLE color: 10138043.

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

Color convert

RGB 187 177 154 -
CMYK 0 0.05 0.18 0.27
HSL 41.82º 0.2% 0.67% -
HSV(B) 41.82º 0.18% 0.73% -
XYZ 42.05 44.34 36.91 -
YUV 177.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 187 177 154 0 0.05 0.18 0.27 41.82 0.2 0.67
Hex BB B1 9A 0 5 12 1B 2A 14 43
Octal 273 261 232 0 5 22 33 52 24 103
Binary 10111011 10110001 10011010 0 101 10010 11011 101010 10100 1000011

Color Harmonies of #BBB19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB19A

Black with #BBB19A

Text Example


Text Example

White with #BBB19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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