Html Css Color HEX #B57C69 Brandy Rose

📋 copy color: '#B57C69'

red 181 ◦ green 124 ◦ blue 105

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

Shades of Brandy Rose #B57C69

Tints of Brandy Rose #B57C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.61%

R = 44.15%
G = 30.24%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B57C69 (or 0xB57C69) is known color: Brandy Rose. HEX triplet: B5, 7C and 69. RGB value is (181,124,105). Sum of RGB (Red+Green+Blue) = 181+124+105=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C69 is #4A8396. Grayscale: #8B8B8B. Windows color (decimal): -4883351 or 6913205. OLE color: 6913205.

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

Color convert

RGB 181 124 105 -
CMYK 0 0.31 0.42 0.29
HSL 15º 0.34% 0.56% -
HSV(B) 15º 0.42% 0.71% -
XYZ 28.81 25.26 16.72 -
YUV 138.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 181 124 105 0 0.31 0.42 0.29 15 0.34 0.56
Hex B5 7C 69 0 1F 2A 1D F 22 38
Octal 265 174 151 0 37 52 35 17 42 70
Binary 10110101 1111100 1101001 0 11111 101010 11101 1111 100010 111000

Color Harmonies of #B57C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57C69

Black with #B57C69

Text Example


Text Example

White with #B57C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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