Html Css Color HEX #B37B73 Brandy Rose

📋 copy color: '#B37B73'

red 179 ◦ green 123 ◦ blue 115

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

Shades of Brandy Rose #B37B73

Tints of Brandy Rose #B37B73

RGB

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

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

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

R = 42.93%
G = 29.5%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B37B73 (or 0xB37B73) is known color: Brandy Rose. HEX triplet: B3, 7B and 73. RGB value is (179,123,115). Sum of RGB (Red+Green+Blue) = 179+123+115=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37B73 is #4C848C. Grayscale: #8A8A8A. Windows color (decimal): -5014669 or 7568307. OLE color: 7568307.

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

Color convert

RGB 179 123 115 -
CMYK 0 0.31 0.36 0.30
HSL 7.5º 0.3% 0.58% -
HSV(B) 7.5º 0.36% 0.7% -
XYZ 28.77 24.99 19.53 -
YUV 138.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 179 123 115 0 0.31 0.36 0.30 7.5 0.3 0.58
Hex B3 7B 73 0 1F 24 1E 8 1E 3A
Octal 263 173 163 0 37 44 36 10 36 72
Binary 10110011 1111011 1110011 0 11111 100100 11110 1000 11110 111010

Color Harmonies of #B37B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37B73

Black with #B37B73

Text Example


Text Example

White with #B37B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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