Html Css Color HEX #8B376B Rose Bud Cherry

📋 copy color: '#8B376B'

red 139 ◦ green 55 ◦ blue 107

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

Shades of Rose Bud Cherry #8B376B

Tints of Rose Bud Cherry #8B376B

RGB

 RED value IS 139 (54.69% from 255) = 46.18%

 GREEN value IS 55 (21.88% from 255) = 18.27%

 BLUE value IS 107 (42.19% from 255) = 35.55%

R = 46.18%
G = 18.27%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8B376B (or 0x8B376B) is known color: Rose Bud Cherry. HEX triplet: 8B, 37 and 6B. RGB value is (139,55,107). Sum of RGB (Red+Green+Blue) = 139+55+107=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B376B is #74C894. Grayscale: #555555. Windows color (decimal): -7653525 or 7026571. OLE color: 7026571.

HSL color Cylindrical-coordinate representation of color #8B376B: hue angle of 322.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B376B is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 55 107 -
CMYK 0 0.60 0.23 0.45
HSL 322.86º 0.43% 0.38% -
HSV(B) 322.86º 0.6% 0.55% -
XYZ 14.67 9.28 14.93 -
YUV 86.04 139.83 165.77 -
System Red Green Blue C M Y K H S L
Decimal 139 55 107 0 0.60 0.23 0.45 322.86 0.43 0.38
Hex 8B 37 6B 0 3C 17 2D 143 2B 26
Octal 213 67 153 0 74 27 55 503 53 46
Binary 10001011 110111 1101011 0 111100 10111 101101 101000011 101011 100110

Color Harmonies of #8B376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B376B

Black with #8B376B

Text Example


Text Example

White with #8B376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B376B; }

 p { color: rgb(139,55,107); }

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

background-color css

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

 a { background-color: rgb(139,55,107); }

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

border-color css

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

 span { border-color: rgb(139,55,107); }

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