Html Css Color HEX #BBA383 Pavlova

📋 copy color: '#BBA383'

red 187 ◦ green 163 ◦ blue 131

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

Shades of Pavlova #BBA383

Tints of Pavlova #BBA383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.23%

R = 38.88%
G = 33.89%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BBA383 (or 0xBBA383) is known color: Pavlova. HEX triplet: BB, A3 and 83. RGB value is (187,163,131). Sum of RGB (Red+Green+Blue) = 187+163+131=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA383 is #445C7C. Grayscale: #A6A6A6. Windows color (decimal): -4480125 or 8627131. OLE color: 8627131.

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

Color convert

RGB 187 163 131 -
CMYK 0 0.13 0.30 0.27
HSL 34.29º 0.29% 0.62% -
HSV(B) 34.29º 0.3% 0.73% -
XYZ 37.69 38.4 26.9 -
YUV 166.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 187 163 131 0 0.13 0.30 0.27 34.29 0.29 0.62
Hex BB A3 83 0 D 1E 1B 22 1D 3E
Octal 273 243 203 0 15 36 33 42 35 76
Binary 10111011 10100011 10000011 0 1101 11110 11011 100010 11101 111110

Color Harmonies of #BBA383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA383

Black with #BBA383

Text Example


Text Example

White with #BBA383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA383; }

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

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

background-color css

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

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

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

border-color css

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

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

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