Html Css Color HEX #B6A675 Pavlova

📋 copy color: '#B6A675'

red 182 ◦ green 166 ◦ blue 117

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

Shades of Pavlova #B6A675

Tints of Pavlova #B6A675

RGB

 RED value IS 182 (71.48% from 255) = 39.14%

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

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

R = 39.14%
G = 35.7%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B6A675 (or 0xB6A675) is known color: Pavlova. HEX triplet: B6, A6 and 75. RGB value is (182,166,117). Sum of RGB (Red+Green+Blue) = 182+166+117=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A675 is #49598A. Grayscale: #A5A5A5. Windows color (decimal): -4807051 or 7710390. OLE color: 7710390.

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

Color convert

RGB 182 166 117 -
CMYK 0 0.09 0.36 0.29
HSL 45.23º 0.31% 0.59% -
HSV(B) 45.23º 0.36% 0.71% -
XYZ 36.14 38.5 22.36 -
YUV 165.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 182 166 117 0 0.09 0.36 0.29 45.23 0.31 0.59
Hex B6 A6 75 0 9 24 1D 2D 1F 3B
Octal 266 246 165 0 11 44 35 55 37 73
Binary 10110110 10100110 1110101 0 1001 100100 11101 101101 11111 111011

Color Harmonies of #B6A675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A675

Black with #B6A675

Text Example


Text Example

White with #B6A675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A675; }

 p { color: rgb(182,166,117); }

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

background-color css

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

 a { background-color: rgb(182,166,117); }

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

border-color css

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

 span { border-color: rgb(182,166,117); }

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