Html Css Color HEX #B2A58C Pavlova

📋 copy color: '#B2A58C'

red 178 ◦ green 165 ◦ blue 140

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

Shades of Pavlova #B2A58C

Tints of Pavlova #B2A58C

RGB

 RED value IS 178 (69.92% from 255) = 36.85%

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

 BLUE value IS 140 (55.08% from 255) = 28.99%

R = 36.85%
G = 34.16%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2A58C (or 0xB2A58C) is known color: Pavlova. HEX triplet: B2, A5 and 8C. RGB value is (178,165,140). Sum of RGB (Red+Green+Blue) = 178+165+140=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A58C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A58C is #4D5A73. Grayscale: #A6A6A6. Windows color (decimal): -5069428 or 9217458. OLE color: 9217458.

HSL color Cylindrical-coordinate representation of color #B2A58C: hue angle of 39.47º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2A58C is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 165 140 -
CMYK 0 0.07 0.21 0.30
HSL 39.47º 0.2% 0.62% -
HSV(B) 39.47º 0.21% 0.7% -
XYZ 36.55 38.27 30.27 -
YUV 166.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 178 165 140 0 0.07 0.21 0.30 39.47 0.2 0.62
Hex B2 A5 8C 0 7 15 1E 27 14 3E
Octal 262 245 214 0 7 25 36 47 24 76
Binary 10110010 10100101 10001100 0 111 10101 11110 100111 10100 111110

Color Harmonies of #B2A58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A58C

Black with #B2A58C

Text Example


Text Example

White with #B2A58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A58C; }

 p { color: rgb(178,165,140); }

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

background-color css

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

 a { background-color: rgb(178,165,140); }

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

border-color css

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

 span { border-color: rgb(178,165,140); }

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