Html Css Color HEX #B2A58B Pavlova

📋 copy color: '#B2A58B'

red 178 ◦ green 165 ◦ blue 139

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

Shades of Pavlova #B2A58B

Tints of Pavlova #B2A58B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.84%

R = 36.93%
G = 34.23%
B = 28.84%

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

#B2A58B (or 0xB2A58B) is known color: Pavlova. HEX triplet: B2, A5 and 8B. RGB value is (178,165,139). Sum of RGB (Red+Green+Blue) = 178+165+139=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A58B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A58B is #4D5A74. Grayscale: #A6A6A6. Windows color (decimal): -5069429 or 9151922. OLE color: 9151922.

HSL color Cylindrical-coordinate representation of color #B2A58B: hue angle of 40º degrees, saturation: 0.2, 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 #B2A58B is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 165 139 -
CMYK 0 0.07 0.22 0.30
HSL 40º 0.2% 0.62% -
HSV(B) 40º 0.22% 0.7% -
XYZ 36.48 38.24 29.88 -
YUV 165.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 178 165 139 0 0.07 0.22 0.30 40 0.2 0.62
Hex B2 A5 8B 0 7 16 1E 28 14 3E
Octal 262 245 213 0 7 26 36 50 24 76
Binary 10110010 10100101 10001011 0 111 10110 11110 101000 10100 111110

Color Harmonies of #B2A58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A58B

Black with #B2A58B

Text Example


Text Example

White with #B2A58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A58B; }

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

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

background-color css

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

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

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

border-color css

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

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

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