Html Css Color HEX #B37D6B Brandy Rose

📋 copy color: '#B37D6B'

red 179 ◦ green 125 ◦ blue 107

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

Shades of Brandy Rose #B37D6B

Tints of Brandy Rose #B37D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.03%

R = 43.55%
G = 30.41%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B37D6B (or 0xB37D6B) is known color: Brandy Rose. HEX triplet: B3, 7D and 6B. RGB value is (179,125,107). Sum of RGB (Red+Green+Blue) = 179+125+107=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D6B is #4C8294. Grayscale: #8B8B8B. Windows color (decimal): -5014165 or 7044531. OLE color: 7044531.

HSL color Cylindrical-coordinate representation of color #B37D6B: hue angle of 15º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B37D6B is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 125 107 -
CMYK 0 0.30 0.40 0.30
HSL 15º 0.32% 0.56% -
HSV(B) 15º 0.4% 0.7% -
XYZ 28.58 25.31 17.29 -
YUV 139.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 179 125 107 0 0.30 0.40 0.30 15 0.32 0.56
Hex B3 7D 6B 0 1E 28 1E F 20 38
Octal 263 175 153 0 36 50 36 17 40 70
Binary 10110011 1111101 1101011 0 11110 101000 11110 1111 100000 111000

Color Harmonies of #B37D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37D6B

Black with #B37D6B

Text Example


Text Example

White with #B37D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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