Html Css Color HEX #BBB299 Akaroa

📋 copy color: '#BBB299'

red 187 ◦ green 178 ◦ blue 153

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

Shades of Akaroa #BBB299

Tints of Akaroa #BBB299

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.36%

 BLUE value IS 153 (60.16% from 255) = 29.54%

R = 36.1%
G = 34.36%
B = 29.54%

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

#BBB299 (or 0xBBB299) is known color: Akaroa. HEX triplet: BB, B2 and 99. RGB value is (187,178,153). Sum of RGB (Red+Green+Blue) = 187+178+153=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB299 is #444D66. Grayscale: #B1B1B1. Windows color (decimal): -4476263 or 10072763. OLE color: 10072763.

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

Color convert

RGB 187 178 153 -
CMYK 0 0.05 0.18 0.27
HSL 44.12º 0.2% 0.67% -
HSV(B) 44.12º 0.18% 0.73% -
XYZ 42.16 44.71 36.54 -
YUV 177.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 187 178 153 0 0.05 0.18 0.27 44.12 0.2 0.67
Hex BB B2 99 0 5 12 1B 2C 14 43
Octal 273 262 231 0 5 22 33 54 24 103
Binary 10111011 10110010 10011001 0 101 10010 11011 101100 10100 1000011

Color Harmonies of #BBB299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB299

Black with #BBB299

Text Example


Text Example

White with #BBB299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB299; }

 p { color: rgb(187,178,153); }

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

background-color css

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

 a { background-color: rgb(187,178,153); }

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

border-color css

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

 span { border-color: rgb(187,178,153); }

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