Html Css Color HEX #B57D69 Brandy Rose

📋 copy color: '#B57D69'

red 181 ◦ green 125 ◦ blue 105

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

Shades of Brandy Rose #B57D69

Tints of Brandy Rose #B57D69

RGB

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

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

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

R = 44.04%
G = 30.41%
B = 25.55%

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

#B57D69 (or 0xB57D69) is known color: Brandy Rose. HEX triplet: B5, 7D and 69. RGB value is (181,125,105). Sum of RGB (Red+Green+Blue) = 181+125+105=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D69 is #4A8296. Grayscale: #8B8B8B. Windows color (decimal): -4883095 or 6913461. OLE color: 6913461.

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

Color convert

RGB 181 125 105 -
CMYK 0 0.31 0.42 0.29
HSL 15.79º 0.34% 0.56% -
HSV(B) 15.79º 0.42% 0.71% -
XYZ 28.94 25.51 16.76 -
YUV 139.46 108.55 157.63 -
System Red Green Blue C M Y K H S L
Decimal 181 125 105 0 0.31 0.42 0.29 15.79 0.34 0.56
Hex B5 7D 69 0 1F 2A 1D 10 22 38
Octal 265 175 151 0 37 52 35 20 42 70
Binary 10110101 1111101 1101001 0 11111 101010 11101 10000 100010 111000

Color Harmonies of #B57D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57D69

Black with #B57D69

Text Example


Text Example

White with #B57D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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