Html Css Color HEX #BC8373 Brandy Rose

📋 copy color: '#BC8373'

red 188 ◦ green 131 ◦ blue 115

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

Shades of Brandy Rose #BC8373

Tints of Brandy Rose #BC8373

RGB

 RED value IS 188 (73.83% from 255) = 43.32%

 GREEN value IS 131 (51.56% from 255) = 30.18%

 BLUE value IS 115 (45.31% from 255) = 26.5%

R = 43.32%
G = 30.18%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC8373 (or 0xBC8373) is known color: Brandy Rose. HEX triplet: BC, 83 and 73. RGB value is (188,131,115). Sum of RGB (Red+Green+Blue) = 188+131+115=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8373 is #437C8C. Grayscale: #929292. Windows color (decimal): -4422797 or 7570364. OLE color: 7570364.

HSL color Cylindrical-coordinate representation of color #BC8373: hue angle of 13.15º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC8373 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 131 115 -
CMYK 0 0.30 0.39 0.26
HSL 13.15º 0.35% 0.59% -
HSV(B) 13.15º 0.39% 0.74% -
XYZ 31.95 28.16 19.97 -
YUV 146.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 188 131 115 0 0.30 0.39 0.26 13.15 0.35 0.59
Hex BC 83 73 0 1E 27 1A D 23 3B
Octal 274 203 163 0 36 47 32 15 43 73
Binary 10111100 10000011 1110011 0 11110 100111 11010 1101 100011 111011

Color Harmonies of #BC8373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8373

Black with #BC8373

Text Example


Text Example

White with #BC8373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8373; }

 p { color: rgb(188,131,115); }

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

background-color css

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

 a { background-color: rgb(188,131,115); }

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

border-color css

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

 span { border-color: rgb(188,131,115); }

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