Html Css Color HEX #BBA58A Pavlova

📋 copy color: '#BBA58A'

red 187 ◦ green 165 ◦ blue 138

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

Shades of Pavlova #BBA58A

Tints of Pavlova #BBA58A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.67%

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 38.16%
G = 33.67%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BBA58A (or 0xBBA58A) is known color: Pavlova. HEX triplet: BB, A5 and 8A. RGB value is (187,165,138). Sum of RGB (Red+Green+Blue) = 187+165+138=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA58A is #445A75. Grayscale: #A8A8A8. Windows color (decimal): -4479606 or 9086395. OLE color: 9086395.

HSL color Cylindrical-coordinate representation of color #BBA58A: hue angle of 33.06º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBA58A is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 138 -
CMYK 0 0.12 0.26 0.27
HSL 33.06º 0.26% 0.64% -
HSV(B) 33.06º 0.26% 0.73% -
XYZ 38.54 39.31 29.6 -
YUV 168.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 187 165 138 0 0.12 0.26 0.27 33.06 0.26 0.64
Hex BB A5 8A 0 C 1A 1B 21 1A 40
Octal 273 245 212 0 14 32 33 41 32 100
Binary 10111011 10100101 10001010 0 1100 11010 11011 100001 11010 1000000

Color Harmonies of #BBA58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA58A

Black with #BBA58A

Text Example


Text Example

White with #BBA58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA58A; }

 p { color: rgb(187,165,138); }

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

background-color css

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

 a { background-color: rgb(187,165,138); }

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

border-color css

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

 span { border-color: rgb(187,165,138); }

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