Html Css Color HEX #B2A38C Pavlova

📋 copy color: '#B2A38C'

red 178 ◦ green 163 ◦ blue 140

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

Shades of Pavlova #B2A38C

Tints of Pavlova #B2A38C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.89%

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

R = 37.01%
G = 33.89%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2A38C (or 0xB2A38C) is known color: Pavlova. HEX triplet: B2, A3 and 8C. RGB value is (178,163,140). Sum of RGB (Red+Green+Blue) = 178+163+140=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A38C is #4D5C73. Grayscale: #A4A4A4. Windows color (decimal): -5069940 or 9216946. OLE color: 9216946.

HSL color Cylindrical-coordinate representation of color #B2A38C: hue angle of 36.32º 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 #B2A38C is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 163 140 -
CMYK 0 0.08 0.21 0.30
HSL 36.32º 0.2% 0.62% -
HSV(B) 36.32º 0.21% 0.7% -
XYZ 36.19 37.55 30.15 -
YUV 164.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 178 163 140 0 0.08 0.21 0.30 36.32 0.2 0.62
Hex B2 A3 8C 0 8 15 1E 24 14 3E
Octal 262 243 214 0 10 25 36 44 24 76
Binary 10110010 10100011 10001100 0 1000 10101 11110 100100 10100 111110

Color Harmonies of #B2A38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A38C

Black with #B2A38C

Text Example


Text Example

White with #B2A38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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