Html Css Color HEX #BBB098 Akaroa

📋 copy color: '#BBB098'

red 187 ◦ green 176 ◦ blue 152

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

Shades of Akaroa #BBB098

Tints of Akaroa #BBB098

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.17%

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

R = 36.31%
G = 34.17%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BBB098 (or 0xBBB098) is known color: Akaroa. HEX triplet: BB, B0 and 98. RGB value is (187,176,152). Sum of RGB (Red+Green+Blue) = 187+176+152=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB098 is #444F67. Grayscale: #B0B0B0. Windows color (decimal): -4476776 or 10006715. OLE color: 10006715.

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

Color convert

RGB 187 176 152 -
CMYK 0 0.06 0.19 0.27
HSL 41.14º 0.2% 0.66% -
HSV(B) 41.14º 0.19% 0.73% -
XYZ 41.69 43.88 35.98 -
YUV 176.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 187 176 152 0 0.06 0.19 0.27 41.14 0.2 0.66
Hex BB B0 98 0 6 13 1B 29 14 42
Octal 273 260 230 0 6 23 33 51 24 102
Binary 10111011 10110000 10011000 0 110 10011 11011 101001 10100 1000010

Color Harmonies of #BBB098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB098

Black with #BBB098

Text Example


Text Example

White with #BBB098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB098; }

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

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

background-color css

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

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

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

border-color css

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

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

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