Html Css Color HEX #B37E6D Brandy Rose

📋 copy color: '#B37E6D'

red 179 ◦ green 126 ◦ blue 109

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

Shades of Brandy Rose #B37E6D

Tints of Brandy Rose #B37E6D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.43%

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

R = 43.24%
G = 30.43%
B = 26.33%

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

#B37E6D (or 0xB37E6D) is known color: Brandy Rose. HEX triplet: B3, 7E and 6D. RGB value is (179,126,109). Sum of RGB (Red+Green+Blue) = 179+126+109=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37E6D is #4C8192. Grayscale: #8C8C8C. Windows color (decimal): -5013907 or 7175859. OLE color: 7175859.

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

Color convert

RGB 179 126 109 -
CMYK 0 0.30 0.39 0.30
HSL 14.57º 0.32% 0.56% -
HSV(B) 14.57º 0.39% 0.7% -
XYZ 28.81 25.61 17.89 -
YUV 139.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 179 126 109 0 0.30 0.39 0.30 14.57 0.32 0.56
Hex B3 7E 6D 0 1E 27 1E F 20 38
Octal 263 176 155 0 36 47 36 17 40 70
Binary 10110011 1111110 1101101 0 11110 100111 11110 1111 100000 111000

Color Harmonies of #B37E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37E6D

Black with #B37E6D

Text Example


Text Example

White with #B37E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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