Html Css Color HEX #BBA582 Pavlova

📋 copy color: '#BBA582'

red 187 ◦ green 165 ◦ blue 130

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

Shades of Pavlova #BBA582

Tints of Pavlova #BBA582

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.23%

 BLUE value IS 130 (51.17% from 255) = 26.97%

R = 38.8%
G = 34.23%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BBA582 (or 0xBBA582) is known color: Pavlova. HEX triplet: BB, A5 and 82. RGB value is (187,165,130). Sum of RGB (Red+Green+Blue) = 187+165+130=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA582 is #445A7D. Grayscale: #A7A7A7. Windows color (decimal): -4479614 or 8562107. OLE color: 8562107.

HSL color Cylindrical-coordinate representation of color #BBA582: hue angle of 36.84º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA582 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 130 -
CMYK 0 0.12 0.30 0.27
HSL 36.84º 0.3% 0.62% -
HSV(B) 36.84º 0.3% 0.73% -
XYZ 37.98 39.09 26.66 -
YUV 167.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 187 165 130 0 0.12 0.30 0.27 36.84 0.3 0.62
Hex BB A5 82 0 C 1E 1B 25 1E 3E
Octal 273 245 202 0 14 36 33 45 36 76
Binary 10111011 10100101 10000010 0 1100 11110 11011 100101 11110 111110

Color Harmonies of #BBA582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA582

Black with #BBA582

Text Example


Text Example

White with #BBA582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA582; }

 p { color: rgb(187,165,130); }

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

background-color css

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

 a { background-color: rgb(187,165,130); }

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

border-color css

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

 span { border-color: rgb(187,165,130); }

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