Html Css Color HEX #B37C77 Brandy Rose

📋 copy color: '#B37C77'

red 179 ◦ green 124 ◦ blue 119

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

Shades of Brandy Rose #B37C77

Tints of Brandy Rose #B37C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.2%

R = 42.42%
G = 29.38%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B37C77 (or 0xB37C77) is known color: Brandy Rose. HEX triplet: B3, 7C and 77. RGB value is (179,124,119). Sum of RGB (Red+Green+Blue) = 179+124+119=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C77 is #4C8388. Grayscale: #8B8B8B. Windows color (decimal): -5014409 or 7830707. OLE color: 7830707.

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

Color convert

RGB 179 124 119 -
CMYK 0 0.31 0.34 0.30
HSL 0.28% 0.58% -
HSV(B) 0.34% 0.7% -
XYZ 29.13 25.33 20.81 -
YUV 139.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 179 124 119 0 0.31 0.34 0.30 5 0.28 0.58
Hex B3 7C 77 0 1F 22 1E 5 1C 3A
Octal 263 174 167 0 37 42 36 5 34 72
Binary 10110011 1111100 1110111 0 11111 100010 11110 101 11100 111010

Color Harmonies of #B37C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37C77

Black with #B37C77

Text Example


Text Example

White with #B37C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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