Html Css Color HEX #B8A574 Pavlova

📋 copy color: '#B8A574'

red 184 ◦ green 165 ◦ blue 116

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

Shades of Pavlova #B8A574

Tints of Pavlova #B8A574

RGB

 RED value IS 184 (72.27% from 255) = 39.57%

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

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

R = 39.57%
G = 35.48%
B = 24.95%

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

#B8A574 (or 0xB8A574) is known color: Pavlova. HEX triplet: B8, A5 and 74. RGB value is (184,165,116). Sum of RGB (Red+Green+Blue) = 184+165+116=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A574 is #475A8B. Grayscale: #A5A5A5. Windows color (decimal): -4676236 or 7644600. OLE color: 7644600.

HSL color Cylindrical-coordinate representation of color #B8A574: hue angle of 43.24º 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 #B8A574 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 165 116 -
CMYK 0 0.10 0.37 0.28
HSL 43.24º 0.32% 0.59% -
HSV(B) 43.24º 0.37% 0.72% -
XYZ 36.37 38.36 22.01 -
YUV 165.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 184 165 116 0 0.10 0.37 0.28 43.24 0.32 0.59
Hex B8 A5 74 0 A 25 1C 2B 20 3B
Octal 270 245 164 0 12 45 34 53 40 73
Binary 10111000 10100101 1110100 0 1010 100101 11100 101011 100000 111011

Color Harmonies of #B8A574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A574

Black with #B8A574

Text Example


Text Example

White with #B8A574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A574; }

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

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

background-color css

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

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

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

border-color css

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

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

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