Html Css Color HEX #BBB298 Akaroa

📋 copy color: '#BBB298'

red 187 ◦ green 178 ◦ blue 152

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

Shades of Akaroa #BBB298

Tints of Akaroa #BBB298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.4%

R = 36.17%
G = 34.43%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BBB298 (or 0xBBB298) is known color: Akaroa. HEX triplet: BB, B2 and 98. RGB value is (187,178,152). Sum of RGB (Red+Green+Blue) = 187+178+152=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB298 is #444D67. Grayscale: #B1B1B1. Windows color (decimal): -4476264 or 10007227. OLE color: 10007227.

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

Color convert

RGB 187 178 152 -
CMYK 0 0.05 0.19 0.27
HSL 44.57º 0.2% 0.66% -
HSV(B) 44.57º 0.19% 0.73% -
XYZ 42.08 44.67 36.11 -
YUV 177.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 187 178 152 0 0.05 0.19 0.27 44.57 0.2 0.66
Hex BB B2 98 0 5 13 1B 2D 14 42
Octal 273 262 230 0 5 23 33 55 24 102
Binary 10111011 10110010 10011000 0 101 10011 11011 101101 10100 1000010

Color Harmonies of #BBB298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB298

Black with #BBB298

Text Example


Text Example

White with #BBB298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB298; }

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

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

background-color css

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

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

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

border-color css

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

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

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