Html Css Color HEX #B37F73 Brandy Rose

📋 copy color: '#B37F73'

red 179 ◦ green 127 ◦ blue 115

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

Shades of Brandy Rose #B37F73

Tints of Brandy Rose #B37F73

RGB

 RED value IS 179 (70.31% from 255) = 42.52%

 GREEN value IS 127 (50% from 255) = 30.17%

 BLUE value IS 115 (45.31% from 255) = 27.32%

R = 42.52%
G = 30.17%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B37F73 (or 0xB37F73) is known color: Brandy Rose. HEX triplet: B3, 7F and 73. RGB value is (179,127,115). Sum of RGB (Red+Green+Blue) = 179+127+115=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37F73 is #4C808C. Grayscale: #8D8D8D. Windows color (decimal): -5013645 or 7569331. OLE color: 7569331.

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

Color convert

RGB 179 127 115 -
CMYK 0 0.29 0.36 0.30
HSL 11.25º 0.3% 0.58% -
HSV(B) 11.25º 0.36% 0.7% -
XYZ 29.27 26 19.7 -
YUV 141.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 179 127 115 0 0.29 0.36 0.30 11.25 0.3 0.58
Hex B3 7F 73 0 1D 24 1E B 1E 3A
Octal 263 177 163 0 35 44 36 13 36 72
Binary 10110011 1111111 1110011 0 11101 100100 11110 1011 11110 111010

Color Harmonies of #B37F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37F73

Black with #B37F73

Text Example


Text Example

White with #B37F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37F73; }

 p { color: rgb(179,127,115); }

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

background-color css

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

 a { background-color: rgb(179,127,115); }

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

border-color css

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

 span { border-color: rgb(179,127,115); }

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