Html Css Color HEX #B7A27F Pavlova

📋 copy color: '#B7A27F'

red 183 ◦ green 162 ◦ blue 127

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

Shades of Pavlova #B7A27F

Tints of Pavlova #B7A27F

RGB

 RED value IS 183 (71.88% from 255) = 38.77%

 GREEN value IS 162 (63.67% from 255) = 34.32%

 BLUE value IS 127 (50% from 255) = 26.91%

R = 38.77%
G = 34.32%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7A27F (or 0xB7A27F) is known color: Pavlova. HEX triplet: B7, A2 and 7F. RGB value is (183,162,127). Sum of RGB (Red+Green+Blue) = 183+162+127=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A27F is #485D80. Grayscale: #A4A4A4. Windows color (decimal): -4742529 or 8364727. OLE color: 8364727.

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

Color convert

RGB 183 162 127 -
CMYK 0 0.11 0.31 0.28
HSL 37.5º 0.28% 0.61% -
HSV(B) 37.5º 0.31% 0.72% -
XYZ 36.28 37.44 25.39 -
YUV 164.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 183 162 127 0 0.11 0.31 0.28 37.5 0.28 0.61
Hex B7 A2 7F 0 B 1F 1C 26 1C 3D
Octal 267 242 177 0 13 37 34 46 34 75
Binary 10110111 10100010 1111111 0 1011 11111 11100 100110 11100 111101

Color Harmonies of #B7A27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A27F

Black with #B7A27F

Text Example


Text Example

White with #B7A27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A27F; }

 p { color: rgb(183,162,127); }

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

background-color css

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

 a { background-color: rgb(183,162,127); }

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

border-color css

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

 span { border-color: rgb(183,162,127); }

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