Html Css Color HEX #B37E7D Brandy Rose

📋 copy color: '#B37E7D'

red 179 ◦ green 126 ◦ blue 125

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

Shades of Brandy Rose #B37E7D

Tints of Brandy Rose #B37E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.07%

R = 41.63%
G = 29.3%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B37E7D (or 0xB37E7D) is known color: Brandy Rose. HEX triplet: B3, 7E and 7D. RGB value is (179,126,125). Sum of RGB (Red+Green+Blue) = 179+126+125=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37E7D is #4C8182. Grayscale: #8D8D8D. Windows color (decimal): -5013891 or 8224435. OLE color: 8224435.

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

Color convert

RGB 179 126 125 -
CMYK 0 0.30 0.30 0.30
HSL 1.11º 0.26% 0.6% -
HSV(B) 1.11º 0.3% 0.7% -
XYZ 29.75 25.99 22.85 -
YUV 141.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 179 126 125 0 0.30 0.30 0.30 1.11 0.26 0.6
Hex B3 7E 7D 0 1E 1E 1E 1 1A 3C
Octal 263 176 175 0 36 36 36 1 32 74
Binary 10110011 1111110 1111101 0 11110 11110 11110 1 11010 111100

Color Harmonies of #B37E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37E7D

Black with #B37E7D

Text Example


Text Example

White with #B37E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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