Html Css Color HEX #B7A574 Pavlova

📋 copy color: '#B7A574'

red 183 ◦ green 165 ◦ blue 116

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

Shades of Pavlova #B7A574

Tints of Pavlova #B7A574

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.56%

 BLUE value IS 116 (45.7% from 255) = 25%

R = 39.44%
G = 35.56%
B = 25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B7A574 (or 0xB7A574) is known color: Pavlova. HEX triplet: B7, A5 and 74. RGB value is (183,165,116). Sum of RGB (Red+Green+Blue) = 183+165+116=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A574 is #485A8B. Grayscale: #A5A5A5. Windows color (decimal): -4741772 or 7644599. OLE color: 7644599.

HSL color Cylindrical-coordinate representation of color #B7A574: hue angle of 43.88º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7A574 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 165 116 -
CMYK 0 0.10 0.37 0.28
HSL 43.88º 0.32% 0.59% -
HSV(B) 43.88º 0.37% 0.72% -
XYZ 36.14 38.24 22 -
YUV 164.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 183 165 116 0 0.10 0.37 0.28 43.88 0.32 0.59
Hex B7 A5 74 0 A 25 1C 2C 20 3B
Octal 267 245 164 0 12 45 34 54 40 73
Binary 10110111 10100101 1110100 0 1010 100101 11100 101100 100000 111011

Color Harmonies of #B7A574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A574

Black with #B7A574

Text Example


Text Example

White with #B7A574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A574; }

 p { color: rgb(183,165,116); }

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

background-color css

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

 a { background-color: rgb(183,165,116); }

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

border-color css

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

 span { border-color: rgb(183,165,116); }

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