Html Css Color HEX #B2A38A Pavlova

📋 copy color: '#B2A38A'

red 178 ◦ green 163 ◦ blue 138

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

Shades of Pavlova #B2A38A

Tints of Pavlova #B2A38A

RGB

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

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

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

R = 37.16%
G = 34.03%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2A38A (or 0xB2A38A) is known color: Pavlova. HEX triplet: B2, A3 and 8A. RGB value is (178,163,138). Sum of RGB (Red+Green+Blue) = 178+163+138=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A38A is #4D5C75. Grayscale: #A4A4A4. Windows color (decimal): -5069942 or 9085874. OLE color: 9085874.

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

Color convert

RGB 178 163 138 -
CMYK 0 0.08 0.22 0.30
HSL 37.5º 0.21% 0.62% -
HSV(B) 37.5º 0.22% 0.7% -
XYZ 36.04 37.49 29.38 -
YUV 164.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 178 163 138 0 0.08 0.22 0.30 37.5 0.21 0.62
Hex B2 A3 8A 0 8 16 1E 26 15 3E
Octal 262 243 212 0 10 26 36 46 25 76
Binary 10110010 10100011 10001010 0 1000 10110 11110 100110 10101 111110

Color Harmonies of #B2A38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A38A

Black with #B2A38A

Text Example


Text Example

White with #B2A38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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