Html Css Color HEX #B8A682 Pavlova

📋 copy color: '#B8A682'

red 184 ◦ green 166 ◦ blue 130

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

Shades of Pavlova #B8A682

Tints of Pavlova #B8A682

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.58%

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

R = 38.33%
G = 34.58%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B8A682 (or 0xB8A682) is known color: Pavlova. HEX triplet: B8, A6 and 82. RGB value is (184,166,130). Sum of RGB (Red+Green+Blue) = 184+166+130=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A682 is #47597D. Grayscale: #A7A7A7. Windows color (decimal): -4675966 or 8562360. OLE color: 8562360.

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

Color convert

RGB 184 166 130 -
CMYK 0 0.10 0.29 0.28
HSL 40º 0.28% 0.62% -
HSV(B) 40º 0.29% 0.72% -
XYZ 37.43 39.07 26.69 -
YUV 167.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 184 166 130 0 0.10 0.29 0.28 40 0.28 0.62
Hex B8 A6 82 0 A 1D 1C 28 1C 3E
Octal 270 246 202 0 12 35 34 50 34 76
Binary 10111000 10100110 10000010 0 1010 11101 11100 101000 11100 111110

Color Harmonies of #B8A682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A682

Black with #B8A682

Text Example


Text Example

White with #B8A682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A682; }

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

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

background-color css

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

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

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

border-color css

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

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

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