Html Css Color HEX #B57B6B Brandy Rose

📋 copy color: '#B57B6B'

red 181 ◦ green 123 ◦ blue 107

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

Shades of Brandy Rose #B57B6B

Tints of Brandy Rose #B57B6B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.93%

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

R = 44.04%
G = 29.93%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B57B6B (or 0xB57B6B) is known color: Brandy Rose. HEX triplet: B5, 7B and 6B. RGB value is (181,123,107). Sum of RGB (Red+Green+Blue) = 181+123+107=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B6B is #4A8494. Grayscale: #8A8A8A. Windows color (decimal): -4883605 or 7044021. OLE color: 7044021.

HSL color Cylindrical-coordinate representation of color #B57B6B: hue angle of 12.97º 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 #B57B6B is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 123 107 -
CMYK 0 0.32 0.41 0.29
HSL 12.97º 0.33% 0.56% -
HSV(B) 12.97º 0.41% 0.71% -
XYZ 28.79 25.05 17.23 -
YUV 138.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 181 123 107 0 0.32 0.41 0.29 12.97 0.33 0.56
Hex B5 7B 6B 0 20 29 1D D 21 38
Octal 265 173 153 0 40 51 35 15 41 70
Binary 10110101 1111011 1101011 0 100000 101001 11101 1101 100001 111000

Color Harmonies of #B57B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57B6B

Black with #B57B6B

Text Example


Text Example

White with #B57B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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