Html Css Color HEX #B6AA7B Pavlova

📋 copy color: '#B6AA7B'

red 182 ◦ green 170 ◦ blue 123

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

Shades of Pavlova #B6AA7B

Tints of Pavlova #B6AA7B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.79%

 BLUE value IS 123 (48.44% from 255) = 25.89%

R = 38.32%
G = 35.79%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6AA7B (or 0xB6AA7B) is known color: Pavlova. HEX triplet: B6, AA and 7B. RGB value is (182,170,123). Sum of RGB (Red+Green+Blue) = 182+170+123=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AA7B is #495584. Grayscale: #A8A8A8. Windows color (decimal): -4806021 or 8104630. OLE color: 8104630.

HSL color Cylindrical-coordinate representation of color #B6AA7B: hue angle of 47.8º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6AA7B is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 170 123 -
CMYK 0 0.07 0.32 0.29
HSL 47.8º 0.29% 0.6% -
HSV(B) 47.8º 0.32% 0.71% -
XYZ 37.24 40.12 24.52 -
YUV 168.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 182 170 123 0 0.07 0.32 0.29 47.8 0.29 0.6
Hex B6 AA 7B 0 7 20 1D 30 1D 3C
Octal 266 252 173 0 7 40 35 60 35 74
Binary 10110110 10101010 1111011 0 111 100000 11101 110000 11101 111100

Color Harmonies of #B6AA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AA7B

Black with #B6AA7B

Text Example


Text Example

White with #B6AA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AA7B; }

 p { color: rgb(182,170,123); }

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

background-color css

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

 a { background-color: rgb(182,170,123); }

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

border-color css

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

 span { border-color: rgb(182,170,123); }

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