Html Css Color HEX #BBB398 Akaroa

📋 copy color: '#BBB398'

red 187 ◦ green 179 ◦ blue 152

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

Shades of Akaroa #BBB398

Tints of Akaroa #BBB398

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.56%

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

R = 36.1%
G = 34.56%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BBB398 (or 0xBBB398) is known color: Akaroa. HEX triplet: BB, B3 and 98. RGB value is (187,179,152). Sum of RGB (Red+Green+Blue) = 187+179+152=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB398 is #444C67. Grayscale: #B2B2B2. Windows color (decimal): -4476008 or 10007483. OLE color: 10007483.

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

Color convert

RGB 187 179 152 -
CMYK 0 0.04 0.19 0.27
HSL 46.29º 0.2% 0.66% -
HSV(B) 46.29º 0.19% 0.73% -
XYZ 42.28 45.07 36.18 -
YUV 178.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 187 179 152 0 0.04 0.19 0.27 46.29 0.2 0.66
Hex BB B3 98 0 4 13 1B 2E 14 42
Octal 273 263 230 0 4 23 33 56 24 102
Binary 10111011 10110011 10011000 0 100 10011 11011 101110 10100 1000010

Color Harmonies of #BBB398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB398

Black with #BBB398

Text Example


Text Example

White with #BBB398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB398; }

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

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

background-color css

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

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

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

border-color css

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

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

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