Html Css Color HEX #B57B74 Brandy Rose

📋 copy color: '#B57B74'

red 181 ◦ green 123 ◦ blue 116

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

Shades of Brandy Rose #B57B74

Tints of Brandy Rose #B57B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.62%

R = 43.1%
G = 29.29%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B57B74 (or 0xB57B74) is known color: Brandy Rose. HEX triplet: B5, 7B and 74. RGB value is (181,123,116). Sum of RGB (Red+Green+Blue) = 181+123+116=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B74 is #4A848B. Grayscale: #8B8B8B. Windows color (decimal): -4883596 or 7633845. OLE color: 7633845.

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

Color convert

RGB 181 123 116 -
CMYK 0 0.32 0.36 0.29
HSL 6.46º 0.31% 0.58% -
HSV(B) 6.46º 0.36% 0.71% -
XYZ 29.29 25.25 19.85 -
YUV 139.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 181 123 116 0 0.32 0.36 0.29 6.46 0.31 0.58
Hex B5 7B 74 0 20 24 1D 6 1F 3A
Octal 265 173 164 0 40 44 35 6 37 72
Binary 10110101 1111011 1110100 0 100000 100100 11101 110 11111 111010

Color Harmonies of #B57B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57B74

Black with #B57B74

Text Example


Text Example

White with #B57B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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