Html Css Color HEX #B57C7A Brandy Rose

📋 copy color: '#B57C7A'

red 181 ◦ green 124 ◦ blue 122

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

Shades of Brandy Rose #B57C7A

Tints of Brandy Rose #B57C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.57%

R = 42.39%
G = 29.04%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B57C7A (or 0xB57C7A) is known color: Brandy Rose. HEX triplet: B5, 7C and 7A. RGB value is (181,124,122). Sum of RGB (Red+Green+Blue) = 181+124+122=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C7A is #4A8385. Grayscale: #8C8C8C. Windows color (decimal): -4883334 or 8027317. OLE color: 8027317.

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

Color convert

RGB 181 124 122 -
CMYK 0 0.31 0.33 0.29
HSL 2.03º 0.29% 0.59% -
HSV(B) 2.03º 0.33% 0.71% -
XYZ 29.78 25.64 21.79 -
YUV 140.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 181 124 122 0 0.31 0.33 0.29 2.03 0.29 0.59
Hex B5 7C 7A 0 1F 21 1D 2 1D 3B
Octal 265 174 172 0 37 41 35 2 35 73
Binary 10110101 1111100 1111010 0 11111 100001 11101 10 11101 111011

Color Harmonies of #B57C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57C7A

Black with #B57C7A

Text Example


Text Example

White with #B57C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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