Html Css Color HEX #BBA982 Pavlova

📋 copy color: '#BBA982'

red 187 ◦ green 169 ◦ blue 130

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

Shades of Pavlova #BBA982

Tints of Pavlova #BBA982

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.77%

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

R = 38.48%
G = 34.77%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BBA982 (or 0xBBA982) is known color: Pavlova. HEX triplet: BB, A9 and 82. RGB value is (187,169,130). Sum of RGB (Red+Green+Blue) = 187+169+130=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA982 is #44567D. Grayscale: #AAAAAA. Windows color (decimal): -4478590 or 8563131. OLE color: 8563131.

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

Color convert

RGB 187 169 130 -
CMYK 0 0.10 0.30 0.27
HSL 41.05º 0.3% 0.62% -
HSV(B) 41.05º 0.3% 0.73% -
XYZ 38.71 40.55 26.91 -
YUV 169.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 187 169 130 0 0.10 0.30 0.27 41.05 0.3 0.62
Hex BB A9 82 0 A 1E 1B 29 1E 3E
Octal 273 251 202 0 12 36 33 51 36 76
Binary 10111011 10101001 10000010 0 1010 11110 11011 101001 11110 111110

Color Harmonies of #BBA982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA982

Black with #BBA982

Text Example


Text Example

White with #BBA982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA982; }

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

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

background-color css

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

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

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

border-color css

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

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

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