Html Css Color HEX #BC7B73 Brandy Rose

📋 copy color: '#BC7B73'

red 188 ◦ green 123 ◦ blue 115

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

Shades of Brandy Rose #BC7B73

Tints of Brandy Rose #BC7B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.87%

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

R = 44.13%
G = 28.87%
B = 27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC7B73 (or 0xBC7B73) is known color: Brandy Rose. HEX triplet: BC, 7B and 73. RGB value is (188,123,115). Sum of RGB (Red+Green+Blue) = 188+123+115=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B73 is #43848C. Grayscale: #8D8D8D. Windows color (decimal): -4424845 or 7568316. OLE color: 7568316.

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

Color convert

RGB 188 123 115 -
CMYK 0 0.35 0.39 0.26
HSL 6.58º 0.35% 0.59% -
HSV(B) 6.58º 0.39% 0.74% -
XYZ 30.92 26.1 19.63 -
YUV 141.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 188 123 115 0 0.35 0.39 0.26 6.58 0.35 0.59
Hex BC 7B 73 0 23 27 1A 7 23 3B
Octal 274 173 163 0 43 47 32 7 43 73
Binary 10111100 1111011 1110011 0 100011 100111 11010 111 100011 111011

Color Harmonies of #BC7B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B73

Black with #BC7B73

Text Example


Text Example

White with #BC7B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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