Html Css Color HEX #B7A475 Pavlova

📋 copy color: '#B7A475'

red 183 ◦ green 164 ◦ blue 117

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

Shades of Pavlova #B7A475

Tints of Pavlova #B7A475

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.34%

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 39.44%
G = 35.34%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B7A475 (or 0xB7A475) is known color: Pavlova. HEX triplet: B7, A4 and 75. RGB value is (183,164,117). Sum of RGB (Red+Green+Blue) = 183+164+117=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A475 is #485B8A. Grayscale: #A4A4A4. Windows color (decimal): -4742027 or 7709879. OLE color: 7709879.

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

Color convert

RGB 183 164 117 -
CMYK 0 0.10 0.36 0.28
HSL 42.73º 0.31% 0.59% -
HSV(B) 42.73º 0.36% 0.72% -
XYZ 36.01 37.9 22.25 -
YUV 164.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 183 164 117 0 0.10 0.36 0.28 42.73 0.31 0.59
Hex B7 A4 75 0 A 24 1C 2B 1F 3B
Octal 267 244 165 0 12 44 34 53 37 73
Binary 10110111 10100100 1110101 0 1010 100100 11100 101011 11111 111011

Color Harmonies of #B7A475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A475

Black with #B7A475

Text Example


Text Example

White with #B7A475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A475; }

 p { color: rgb(183,164,117); }

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

background-color css

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

 a { background-color: rgb(183,164,117); }

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

border-color css

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

 span { border-color: rgb(183,164,117); }

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