Html Css Color HEX #BC7F7E Brandy Rose

📋 copy color: '#BC7F7E'

red 188 ◦ green 127 ◦ blue 126

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

Shades of Brandy Rose #BC7F7E

Tints of Brandy Rose #BC7F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.57%

R = 42.63%
G = 28.8%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC7F7E (or 0xBC7F7E) is known color: Brandy Rose. HEX triplet: BC, 7F and 7E. RGB value is (188,127,126). Sum of RGB (Red+Green+Blue) = 188+127+126=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F7E is #438081. Grayscale: #919191. Windows color (decimal): -4423810 or 8290236. OLE color: 8290236.

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

Color convert

RGB 188 127 126 -
CMYK 0 0.32 0.33 0.26
HSL 0.97º 0.32% 0.62% -
HSV(B) 0.97º 0.33% 0.74% -
XYZ 32.09 27.38 23.33 -
YUV 145.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 188 127 126 0 0.32 0.33 0.26 0.97 0.32 0.62
Hex BC 7F 7E 0 20 21 1A 1 20 3E
Octal 274 177 176 0 40 41 32 1 40 76
Binary 10111100 1111111 1111110 0 100000 100001 11010 1 100000 111110

Color Harmonies of #BC7F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F7E

Black with #BC7F7E

Text Example


Text Example

White with #BC7F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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