Html Css Color HEX #BBA380 Pavlova

📋 copy color: '#BBA380'

red 187 ◦ green 163 ◦ blue 128

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

Shades of Pavlova #BBA380

Tints of Pavlova #BBA380

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.1%

 BLUE value IS 128 (50.39% from 255) = 26.78%

R = 39.12%
G = 34.1%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BBA380 (or 0xBBA380) is known color: Pavlova. HEX triplet: BB, A3 and 80. RGB value is (187,163,128). Sum of RGB (Red+Green+Blue) = 187+163+128=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA380 is #445C7F. Grayscale: #A6A6A6. Windows color (decimal): -4480128 or 8430523. OLE color: 8430523.

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

Color convert

RGB 187 163 128 -
CMYK 0 0.13 0.32 0.27
HSL 35.59º 0.3% 0.62% -
HSV(B) 35.59º 0.32% 0.73% -
XYZ 37.49 38.32 25.84 -
YUV 166.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 187 163 128 0 0.13 0.32 0.27 35.59 0.3 0.62
Hex BB A3 80 0 D 20 1B 24 1E 3E
Octal 273 243 200 0 15 40 33 44 36 76
Binary 10111011 10100011 10000000 0 1101 100000 11011 100100 11110 111110

Color Harmonies of #BBA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA380

Black with #BBA380

Text Example


Text Example

White with #BBA380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA380; }

 p { color: rgb(187,163,128); }

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

background-color css

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

 a { background-color: rgb(187,163,128); }

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

border-color css

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

 span { border-color: rgb(187,163,128); }

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