Html Css Color HEX #B37C6F Brandy Rose

📋 copy color: '#B37C6F'

red 179 ◦ green 124 ◦ blue 111

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

Shades of Brandy Rose #B37C6F

Tints of Brandy Rose #B37C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.95%

 BLUE value IS 111 (43.75% from 255) = 26.81%

R = 43.24%
G = 29.95%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B37C6F (or 0xB37C6F) is known color: Brandy Rose. HEX triplet: B3, 7C and 6F. RGB value is (179,124,111). Sum of RGB (Red+Green+Blue) = 179+124+111=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C6F is #4C8390. Grayscale: #8B8B8B. Windows color (decimal): -5014417 or 7306419. OLE color: 7306419.

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

Color convert

RGB 179 124 111 -
CMYK 0 0.31 0.38 0.30
HSL 11.47º 0.31% 0.57% -
HSV(B) 11.47º 0.38% 0.7% -
XYZ 28.67 25.15 18.38 -
YUV 138.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 179 124 111 0 0.31 0.38 0.30 11.47 0.31 0.57
Hex B3 7C 6F 0 1F 26 1E B 1F 39
Octal 263 174 157 0 37 46 36 13 37 71
Binary 10110011 1111100 1101111 0 11111 100110 11110 1011 11111 111001

Color Harmonies of #B37C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37C6F

Black with #B37C6F

Text Example


Text Example

White with #B37C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37C6F; }

 p { color: rgb(179,124,111); }

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

background-color css

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

 a { background-color: rgb(179,124,111); }

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

border-color css

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

 span { border-color: rgb(179,124,111); }

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