Html Css Color HEX #B37D6D Brandy Rose

📋 copy color: '#B37D6D'

red 179 ◦ green 125 ◦ blue 109

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

Shades of Brandy Rose #B37D6D

Tints of Brandy Rose #B37D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.39%

R = 43.34%
G = 30.27%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B37D6D (or 0xB37D6D) is known color: Brandy Rose. HEX triplet: B3, 7D and 6D. RGB value is (179,125,109). Sum of RGB (Red+Green+Blue) = 179+125+109=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D6D is #4C8292. Grayscale: #8B8B8B. Windows color (decimal): -5014163 or 7175603. OLE color: 7175603.

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

Color convert

RGB 179 125 109 -
CMYK 0 0.30 0.39 0.30
HSL 13.71º 0.32% 0.56% -
HSV(B) 13.71º 0.39% 0.7% -
XYZ 28.68 25.36 17.85 -
YUV 139.32 110.89 156.3 -
System Red Green Blue C M Y K H S L
Decimal 179 125 109 0 0.30 0.39 0.30 13.71 0.32 0.56
Hex B3 7D 6D 0 1E 27 1E E 20 38
Octal 263 175 155 0 36 47 36 16 40 70
Binary 10110011 1111101 1101101 0 11110 100111 11110 1110 100000 111000

Color Harmonies of #B37D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37D6D

Black with #B37D6D

Text Example


Text Example

White with #B37D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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