Html Css Color HEX #BC8773 Brandy Rose

📋 copy color: '#BC8773'

red 188 ◦ green 135 ◦ blue 115

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

Shades of Brandy Rose #BC8773

Tints of Brandy Rose #BC8773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.82%

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

R = 42.92%
G = 30.82%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC8773 (or 0xBC8773) is known color: Brandy Rose. HEX triplet: BC, 87 and 73. RGB value is (188,135,115). Sum of RGB (Red+Green+Blue) = 188+135+115=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8773 is #43788C. Grayscale: #949494. Windows color (decimal): -4421773 or 7571388. OLE color: 7571388.

HSL color Cylindrical-coordinate representation of color #BC8773: hue angle of 16.44º 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 #BC8773 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 135 115 -
CMYK 0 0.28 0.39 0.26
HSL 16.44º 0.35% 0.59% -
HSV(B) 16.44º 0.39% 0.74% -
XYZ 32.5 29.26 20.15 -
YUV 148.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 188 135 115 0 0.28 0.39 0.26 16.44 0.35 0.59
Hex BC 87 73 0 1C 27 1A 10 23 3B
Octal 274 207 163 0 34 47 32 20 43 73
Binary 10111100 10000111 1110011 0 11100 100111 11010 10000 100011 111011

Color Harmonies of #BC8773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8773

Black with #BC8773

Text Example


Text Example

White with #BC8773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8773; }

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

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

background-color css

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

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

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

border-color css

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

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

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