Html Css Color HEX #B2A589 Pavlova

📋 copy color: '#B2A589'

red 178 ◦ green 165 ◦ blue 137

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

Shades of Pavlova #B2A589

Tints of Pavlova #B2A589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.54%

R = 37.08%
G = 34.38%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B2A589 (or 0xB2A589) is known color: Pavlova. HEX triplet: B2, A5 and 89. RGB value is (178,165,137). Sum of RGB (Red+Green+Blue) = 178+165+137=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A589 is #4D5A76. Grayscale: #A5A5A5. Windows color (decimal): -5069431 or 9020850. OLE color: 9020850.

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

Color convert

RGB 178 165 137 -
CMYK 0 0.07 0.23 0.30
HSL 40.98º 0.21% 0.62% -
HSV(B) 40.98º 0.23% 0.7% -
XYZ 36.33 38.18 29.12 -
YUV 165.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 178 165 137 0 0.07 0.23 0.30 40.98 0.21 0.62
Hex B2 A5 89 0 7 17 1E 29 15 3E
Octal 262 245 211 0 7 27 36 51 25 76
Binary 10110010 10100101 10001001 0 111 10111 11110 101001 10101 111110

Color Harmonies of #B2A589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A589

Black with #B2A589

Text Example


Text Example

White with #B2A589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A589; }

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

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

background-color css

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

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

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

border-color css

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

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

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