Html Css Color HEX #BC7D6F Brandy Rose

📋 copy color: '#BC7D6F'

red 188 ◦ green 125 ◦ blue 111

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

Shades of Brandy Rose #BC7D6F

Tints of Brandy Rose #BC7D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.48%

 BLUE value IS 111 (43.75% from 255) = 26.18%

R = 44.34%
G = 29.48%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC7D6F (or 0xBC7D6F) is known color: Brandy Rose. HEX triplet: BC, 7D and 6F. RGB value is (188,125,111). Sum of RGB (Red+Green+Blue) = 188+125+111=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D6F is #438290. Grayscale: #8E8E8E. Windows color (decimal): -4424337 or 7306684. OLE color: 7306684.

HSL color Cylindrical-coordinate representation of color #BC7D6F: hue angle of 10.91º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC7D6F is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 125 111 -
CMYK 0 0.34 0.41 0.26
HSL 10.91º 0.36% 0.59% -
HSV(B) 10.91º 0.41% 0.74% -
XYZ 30.94 26.51 18.52 -
YUV 142.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 188 125 111 0 0.34 0.41 0.26 10.91 0.36 0.59
Hex BC 7D 6F 0 22 29 1A B 24 3B
Octal 274 175 157 0 42 51 32 13 44 73
Binary 10111100 1111101 1101111 0 100010 101001 11010 1011 100100 111011

Color Harmonies of #BC7D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D6F

Black with #BC7D6F

Text Example


Text Example

White with #BC7D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D6F; }

 p { color: rgb(188,125,111); }

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

background-color css

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

 a { background-color: rgb(188,125,111); }

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

border-color css

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

 span { border-color: rgb(188,125,111); }

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