Html Css Color HEX #BC817F Brandy Rose

📋 copy color: '#BC817F'

red 188 ◦ green 129 ◦ blue 127

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

Shades of Brandy Rose #BC817F

Tints of Brandy Rose #BC817F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.05%

 BLUE value IS 127 (50% from 255) = 28.6%

R = 42.34%
G = 29.05%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC817F (or 0xBC817F) is known color: Brandy Rose. HEX triplet: BC, 81 and 7F. RGB value is (188,129,127). Sum of RGB (Red+Green+Blue) = 188+129+127=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC817F is #437E80. Grayscale: #929292. Windows color (decimal): -4423297 or 8356284. OLE color: 8356284.

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

Color convert

RGB 188 129 127 -
CMYK 0 0.31 0.32 0.26
HSL 1.97º 0.31% 0.62% -
HSV(B) 1.97º 0.32% 0.74% -
XYZ 32.42 27.92 23.76 -
YUV 146.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 188 129 127 0 0.31 0.32 0.26 1.97 0.31 0.62
Hex BC 81 7F 0 1F 20 1A 2 1F 3E
Octal 274 201 177 0 37 40 32 2 37 76
Binary 10111100 10000001 1111111 0 11111 100000 11010 10 11111 111110

Color Harmonies of #BC817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC817F

Black with #BC817F

Text Example


Text Example

White with #BC817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC817F; }

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

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

background-color css

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

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

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

border-color css

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

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

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