Html Css Color HEX #BC8075 Brandy Rose

📋 copy color: '#BC8075'

red 188 ◦ green 128 ◦ blue 117

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

Shades of Brandy Rose #BC8075

Tints of Brandy Rose #BC8075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.56%

 BLUE value IS 117 (46.09% from 255) = 27.02%

R = 43.42%
G = 29.56%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC8075 (or 0xBC8075) is known color: Brandy Rose. HEX triplet: BC, 80 and 75. RGB value is (188,128,117). Sum of RGB (Red+Green+Blue) = 188+128+117=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8075 is #437F8A. Grayscale: #909090. Windows color (decimal): -4423563 or 7700668. OLE color: 7700668.

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

Color convert

RGB 188 128 117 -
CMYK 0 0.32 0.38 0.26
HSL 9.3º 0.35% 0.6% -
HSV(B) 9.3º 0.38% 0.74% -
XYZ 31.67 27.41 20.45 -
YUV 144.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 188 128 117 0 0.32 0.38 0.26 9.3 0.35 0.6
Hex BC 80 75 0 20 26 1A 9 23 3C
Octal 274 200 165 0 40 46 32 11 43 74
Binary 10111100 10000000 1110101 0 100000 100110 11010 1001 100011 111100

Color Harmonies of #BC8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8075

Black with #BC8075

Text Example


Text Example

White with #BC8075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8075; }

 p { color: rgb(188,128,117); }

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

background-color css

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

 a { background-color: rgb(188,128,117); }

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

border-color css

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

 span { border-color: rgb(188,128,117); }

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