Html Css Color HEX #BBA883 Pavlova

📋 copy color: '#BBA883'

red 187 ◦ green 168 ◦ blue 131

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

Shades of Pavlova #BBA883

Tints of Pavlova #BBA883

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.57%

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

R = 38.48%
G = 34.57%
B = 26.95%

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

#BBA883 (or 0xBBA883) is known color: Pavlova. HEX triplet: BB, A8 and 83. RGB value is (187,168,131). Sum of RGB (Red+Green+Blue) = 187+168+131=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA883 is #44577C. Grayscale: #A9A9A9. Windows color (decimal): -4478845 or 8628411. OLE color: 8628411.

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

Color convert

RGB 187 168 131 -
CMYK 0 0.10 0.30 0.27
HSL 39.64º 0.29% 0.62% -
HSV(B) 39.64º 0.3% 0.73% -
XYZ 38.59 40.21 27.2 -
YUV 169.46 106.29 140.51 -
System Red Green Blue C M Y K H S L
Decimal 187 168 131 0 0.10 0.30 0.27 39.64 0.29 0.62
Hex BB A8 83 0 A 1E 1B 28 1D 3E
Octal 273 250 203 0 12 36 33 50 35 76
Binary 10111011 10101000 10000011 0 1010 11110 11011 101000 11101 111110

Color Harmonies of #BBA883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA883

Black with #BBA883

Text Example


Text Example

White with #BBA883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA883; }

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

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

background-color css

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

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

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

border-color css

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

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

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