Html Css Color HEX #B57D6B Brandy Rose

📋 copy color: '#B57D6B'

red 181 ◦ green 125 ◦ blue 107

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

Shades of Brandy Rose #B57D6B

Tints of Brandy Rose #B57D6B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.27%

 BLUE value IS 107 (42.19% from 255) = 25.91%

R = 43.83%
G = 30.27%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B57D6B (or 0xB57D6B) is known color: Brandy Rose. HEX triplet: B5, 7D and 6B. RGB value is (181,125,107). Sum of RGB (Red+Green+Blue) = 181+125+107=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D6B is #4A8294. Grayscale: #8B8B8B. Windows color (decimal): -4883093 or 7044533. OLE color: 7044533.

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

Color convert

RGB 181 125 107 -
CMYK 0 0.31 0.41 0.29
HSL 14.59º 0.33% 0.56% -
HSV(B) 14.59º 0.41% 0.71% -
XYZ 29.04 25.55 17.31 -
YUV 139.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 181 125 107 0 0.31 0.41 0.29 14.59 0.33 0.56
Hex B5 7D 6B 0 1F 29 1D F 21 38
Octal 265 175 153 0 37 51 35 17 41 70
Binary 10110101 1111101 1101011 0 11111 101001 11101 1111 100001 111000

Color Harmonies of #B57D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57D6B

Black with #B57D6B

Text Example


Text Example

White with #B57D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57D6B; }

 p { color: rgb(181,125,107); }

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

background-color css

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

 a { background-color: rgb(181,125,107); }

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

border-color css

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

 span { border-color: rgb(181,125,107); }

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