Html Css Color HEX #B57C6C Brandy Rose

📋 copy color: '#B57C6C'

red 181 ◦ green 124 ◦ blue 108

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

Shades of Brandy Rose #B57C6C

Tints of Brandy Rose #B57C6C

RGB

 RED value IS 181 (71.09% from 255) = 43.83%

 GREEN value IS 124 (48.83% from 255) = 30.02%

 BLUE value IS 108 (42.58% from 255) = 26.15%

R = 43.83%
G = 30.02%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B57C6C (or 0xB57C6C) is known color: Brandy Rose. HEX triplet: B5, 7C and 6C. RGB value is (181,124,108). Sum of RGB (Red+Green+Blue) = 181+124+108=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C6C is #4A8393. Grayscale: #8B8B8B. Windows color (decimal): -4883348 or 7109813. OLE color: 7109813.

HSL color Cylindrical-coordinate representation of color #B57C6C: hue angle of 13.15º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B57C6C is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 124 108 -
CMYK 0 0.31 0.40 0.29
HSL 13.15º 0.33% 0.57% -
HSV(B) 13.15º 0.4% 0.71% -
XYZ 28.97 25.32 17.55 -
YUV 139.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 181 124 108 0 0.31 0.40 0.29 13.15 0.33 0.57
Hex B5 7C 6C 0 1F 28 1D D 21 39
Octal 265 174 154 0 37 50 35 15 41 71
Binary 10110101 1111100 1101100 0 11111 101000 11101 1101 100001 111001

Color Harmonies of #B57C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57C6C

Black with #B57C6C

Text Example


Text Example

White with #B57C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57C6C; }

 p { color: rgb(181,124,108); }

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

background-color css

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

 a { background-color: rgb(181,124,108); }

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

border-color css

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

 span { border-color: rgb(181,124,108); }

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