Html Css Color HEX #B8A782 Pavlova

📋 copy color: '#B8A782'

red 184 ◦ green 167 ◦ blue 130

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

Shades of Pavlova #B8A782

Tints of Pavlova #B8A782

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.72%

 BLUE value IS 130 (51.17% from 255) = 27.03%

R = 38.25%
G = 34.72%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B8A782 (or 0xB8A782) is known color: Pavlova. HEX triplet: B8, A7 and 82. RGB value is (184,167,130). Sum of RGB (Red+Green+Blue) = 184+167+130=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A782 is #47587D. Grayscale: #A8A8A8. Windows color (decimal): -4675710 or 8562616. OLE color: 8562616.

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

Color convert

RGB 184 167 130 -
CMYK 0 0.09 0.29 0.28
HSL 41.11º 0.28% 0.62% -
HSV(B) 41.11º 0.29% 0.72% -
XYZ 37.62 39.44 26.75 -
YUV 167.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 184 167 130 0 0.09 0.29 0.28 41.11 0.28 0.62
Hex B8 A7 82 0 9 1D 1C 29 1C 3E
Octal 270 247 202 0 11 35 34 51 34 76
Binary 10111000 10100111 10000010 0 1001 11101 11100 101001 11100 111110

Color Harmonies of #B8A782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A782

Black with #B8A782

Text Example


Text Example

White with #B8A782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A782; }

 p { color: rgb(184,167,130); }

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

background-color css

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

 a { background-color: rgb(184,167,130); }

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

border-color css

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

 span { border-color: rgb(184,167,130); }

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