Html Css Color HEX #BC7F75 Brandy Rose

📋 copy color: '#BC7F75'

red 188 ◦ green 127 ◦ blue 117

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

Shades of Brandy Rose #BC7F75

Tints of Brandy Rose #BC7F75

RGB

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

 GREEN value IS 127 (50% from 255) = 29.4%

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

R = 43.52%
G = 29.4%
B = 27.08%

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

#BC7F75 (or 0xBC7F75) is known color: Brandy Rose. HEX triplet: BC, 7F and 75. RGB value is (188,127,117). Sum of RGB (Red+Green+Blue) = 188+127+117=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F75 is #43808A. Grayscale: #909090. Windows color (decimal): -4423819 or 7700412. OLE color: 7700412.

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

Color convert

RGB 188 127 117 -
CMYK 0 0.32 0.38 0.26
HSL 8.45º 0.35% 0.6% -
HSV(B) 8.45º 0.38% 0.74% -
XYZ 31.54 27.15 20.41 -
YUV 144.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 188 127 117 0 0.32 0.38 0.26 8.45 0.35 0.6
Hex BC 7F 75 0 20 26 1A 8 23 3C
Octal 274 177 165 0 40 46 32 10 43 74
Binary 10111100 1111111 1110101 0 100000 100110 11010 1000 100011 111100

Color Harmonies of #BC7F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F75

Black with #BC7F75

Text Example


Text Example

White with #BC7F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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