Html Css Color HEX #B2A38B Pavlova

📋 copy color: '#B2A38B'

red 178 ◦ green 163 ◦ blue 139

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

Shades of Pavlova #B2A38B

Tints of Pavlova #B2A38B

RGB

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

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

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

R = 37.08%
G = 33.96%
B = 28.96%

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

#B2A38B (or 0xB2A38B) is known color: Pavlova. HEX triplet: B2, A3 and 8B. RGB value is (178,163,139). Sum of RGB (Red+Green+Blue) = 178+163+139=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A38B is #4D5C74. Grayscale: #A4A4A4. Windows color (decimal): -5069941 or 9151410. OLE color: 9151410.

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

Color convert

RGB 178 163 139 -
CMYK 0 0.08 0.22 0.30
HSL 36.92º 0.2% 0.62% -
HSV(B) 36.92º 0.22% 0.7% -
XYZ 36.12 37.52 29.77 -
YUV 164.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 178 163 139 0 0.08 0.22 0.30 36.92 0.2 0.62
Hex B2 A3 8B 0 8 16 1E 25 14 3E
Octal 262 243 213 0 10 26 36 45 24 76
Binary 10110010 10100011 10001011 0 1000 10110 11110 100101 10100 111110

Color Harmonies of #B2A38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A38B

Black with #B2A38B

Text Example


Text Example

White with #B2A38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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