Html Css Color HEX #BBA676 Pavlova

📋 copy color: '#BBA676'

red 187 ◦ green 166 ◦ blue 118

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

Shades of Pavlova #BBA676

Tints of Pavlova #BBA676

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.24%

 BLUE value IS 118 (46.48% from 255) = 25.05%

R = 39.7%
G = 35.24%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BBA676 (or 0xBBA676) is known color: Pavlova. HEX triplet: BB, A6 and 76. RGB value is (187,166,118). Sum of RGB (Red+Green+Blue) = 187+166+118=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA676 is #445989. Grayscale: #A7A7A7. Windows color (decimal): -4479370 or 7775931. OLE color: 7775931.

HSL color Cylindrical-coordinate representation of color #BBA676: hue angle of 41.74º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBA676 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 166 118 -
CMYK 0 0.11 0.37 0.27
HSL 41.74º 0.34% 0.6% -
HSV(B) 41.74º 0.37% 0.73% -
XYZ 37.4 39.15 22.72 -
YUV 166.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 187 166 118 0 0.11 0.37 0.27 41.74 0.34 0.6
Hex BB A6 76 0 B 25 1B 2A 22 3C
Octal 273 246 166 0 13 45 33 52 42 74
Binary 10111011 10100110 1110110 0 1011 100101 11011 101010 100010 111100

Color Harmonies of #BBA676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA676

Black with #BBA676

Text Example


Text Example

White with #BBA676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA676; }

 p { color: rgb(187,166,118); }

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

background-color css

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

 a { background-color: rgb(187,166,118); }

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

border-color css

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

 span { border-color: rgb(187,166,118); }

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