Html Css Color HEX #B2A58A Pavlova

📋 copy color: '#B2A58A'

red 178 ◦ green 165 ◦ blue 138

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

Shades of Pavlova #B2A58A

Tints of Pavlova #B2A58A

RGB

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

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

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

R = 37.01%
G = 34.3%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2A58A (or 0xB2A58A) is known color: Pavlova. HEX triplet: B2, A5 and 8A. RGB value is (178,165,138). Sum of RGB (Red+Green+Blue) = 178+165+138=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A58A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A58A is #4D5A75. Grayscale: #A5A5A5. Windows color (decimal): -5069430 or 9086386. OLE color: 9086386.

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

Color convert

RGB 178 165 138 -
CMYK 0 0.07 0.22 0.30
HSL 40.5º 0.21% 0.62% -
HSV(B) 40.5º 0.22% 0.7% -
XYZ 36.4 38.21 29.5 -
YUV 165.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 178 165 138 0 0.07 0.22 0.30 40.5 0.21 0.62
Hex B2 A5 8A 0 7 16 1E 28 15 3E
Octal 262 245 212 0 7 26 36 50 25 76
Binary 10110010 10100101 10001010 0 111 10110 11110 101000 10101 111110

Color Harmonies of #B2A58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A58A

Black with #B2A58A

Text Example


Text Example

White with #B2A58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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