Html Css Color HEX #B7A285 Pavlova

📋 copy color: '#B7A285'

red 183 ◦ green 162 ◦ blue 133

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

Shades of Pavlova #B7A285

Tints of Pavlova #B7A285

RGB

 RED value IS 183 (71.88% from 255) = 38.28%

 GREEN value IS 162 (63.67% from 255) = 33.89%

 BLUE value IS 133 (52.34% from 255) = 27.82%

R = 38.28%
G = 33.89%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B7A285 (or 0xB7A285) is known color: Pavlova. HEX triplet: B7, A2 and 85. RGB value is (183,162,133). Sum of RGB (Red+Green+Blue) = 183+162+133=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A285 is #485D7A. Grayscale: #A5A5A5. Windows color (decimal): -4742523 or 8757943. OLE color: 8757943.

HSL color Cylindrical-coordinate representation of color #B7A285: hue angle of 34.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7A285 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 162 133 -
CMYK 0 0.11 0.27 0.28
HSL 34.8º 0.26% 0.62% -
HSV(B) 34.8º 0.27% 0.72% -
XYZ 36.68 37.6 27.51 -
YUV 164.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 183 162 133 0 0.11 0.27 0.28 34.8 0.26 0.62
Hex B7 A2 85 0 B 1B 1C 23 1A 3E
Octal 267 242 205 0 13 33 34 43 32 76
Binary 10110111 10100010 10000101 0 1011 11011 11100 100011 11010 111110

Color Harmonies of #B7A285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A285

Black with #B7A285

Text Example


Text Example

White with #B7A285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A285; }

 p { color: rgb(183,162,133); }

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

background-color css

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

 a { background-color: rgb(183,162,133); }

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

border-color css

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

 span { border-color: rgb(183,162,133); }

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