Html Css Color HEX #B2A384 Pavlova

📋 copy color: '#B2A384'

red 178 ◦ green 163 ◦ blue 132

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

Shades of Pavlova #B2A384

Tints of Pavlova #B2A384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.91%

R = 37.63%
G = 34.46%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B2A384 (or 0xB2A384) is known color: Pavlova. HEX triplet: B2, A3 and 84. RGB value is (178,163,132). Sum of RGB (Red+Green+Blue) = 178+163+132=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A384 is #4D5C7B. Grayscale: #A4A4A4. Windows color (decimal): -5069948 or 8692658. OLE color: 8692658.

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

Color convert

RGB 178 163 132 -
CMYK 0 0.08 0.26 0.30
HSL 40.43º 0.23% 0.61% -
HSV(B) 40.43º 0.26% 0.7% -
XYZ 35.62 37.33 27.16 -
YUV 163.95 109.97 138.02 -
System Red Green Blue C M Y K H S L
Decimal 178 163 132 0 0.08 0.26 0.30 40.43 0.23 0.61
Hex B2 A3 84 0 8 1A 1E 28 17 3D
Octal 262 243 204 0 10 32 36 50 27 75
Binary 10110010 10100011 10000100 0 1000 11010 11110 101000 10111 111101

Color Harmonies of #B2A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A384

Black with #B2A384

Text Example


Text Example

White with #B2A384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A384; }

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

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

background-color css

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

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

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

border-color css

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

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

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