Html Css Color HEX #B37D75 Brandy Rose

📋 copy color: '#B37D75'

red 179 ◦ green 125 ◦ blue 117

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

Shades of Brandy Rose #B37D75

Tints of Brandy Rose #B37D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.79%

R = 42.52%
G = 29.69%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B37D75 (or 0xB37D75) is known color: Brandy Rose. HEX triplet: B3, 7D and 75. RGB value is (179,125,117). Sum of RGB (Red+Green+Blue) = 179+125+117=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D75 is #4C828A. Grayscale: #8C8C8C. Windows color (decimal): -5014155 or 7699891. OLE color: 7699891.

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

Color convert

RGB 179 125 117 -
CMYK 0 0.30 0.35 0.30
HSL 7.74º 0.29% 0.58% -
HSV(B) 7.74º 0.35% 0.7% -
XYZ 29.13 25.54 20.22 -
YUV 140.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 179 125 117 0 0.30 0.35 0.30 7.74 0.29 0.58
Hex B3 7D 75 0 1E 23 1E 8 1D 3A
Octal 263 175 165 0 36 43 36 10 35 72
Binary 10110011 1111101 1110101 0 11110 100011 11110 1000 11101 111010

Color Harmonies of #B37D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37D75

Black with #B37D75

Text Example


Text Example

White with #B37D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37D75; }

 p { color: rgb(179,125,117); }

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

background-color css

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

 a { background-color: rgb(179,125,117); }

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

border-color css

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

 span { border-color: rgb(179,125,117); }

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