Html Css Color HEX #BBA381 Pavlova

📋 copy color: '#BBA381'

red 187 ◦ green 163 ◦ blue 129

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

Shades of Pavlova #BBA381

Tints of Pavlova #BBA381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.93%

R = 39.04%
G = 34.03%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BBA381 (or 0xBBA381) is known color: Pavlova. HEX triplet: BB, A3 and 81. RGB value is (187,163,129). Sum of RGB (Red+Green+Blue) = 187+163+129=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA381 is #445C7E. Grayscale: #A6A6A6. Windows color (decimal): -4480127 or 8496059. OLE color: 8496059.

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

Color convert

RGB 187 163 129 -
CMYK 0 0.13 0.31 0.27
HSL 35.17º 0.3% 0.62% -
HSV(B) 35.17º 0.31% 0.73% -
XYZ 37.55 38.34 26.19 -
YUV 166.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 187 163 129 0 0.13 0.31 0.27 35.17 0.3 0.62
Hex BB A3 81 0 D 1F 1B 23 1E 3E
Octal 273 243 201 0 15 37 33 43 36 76
Binary 10111011 10100011 10000001 0 1101 11111 11011 100011 11110 111110

Color Harmonies of #BBA381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA381

Black with #BBA381

Text Example


Text Example

White with #BBA381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA381; }

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

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

background-color css

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

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

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

border-color css

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

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

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