Html Css Color HEX #BC7D72 Brandy Rose

📋 copy color: '#BC7D72'

red 188 ◦ green 125 ◦ blue 114

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

Shades of Brandy Rose #BC7D72

Tints of Brandy Rose #BC7D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.7%

R = 44.03%
G = 29.27%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC7D72 (or 0xBC7D72) is known color: Brandy Rose. HEX triplet: BC, 7D and 72. RGB value is (188,125,114). Sum of RGB (Red+Green+Blue) = 188+125+114=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D72 is #43828D. Grayscale: #8E8E8E. Windows color (decimal): -4424334 or 7503292. OLE color: 7503292.

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

Color convert

RGB 188 125 114 -
CMYK 0 0.34 0.39 0.26
HSL 8.92º 0.36% 0.59% -
HSV(B) 8.92º 0.39% 0.74% -
XYZ 31.11 26.57 19.41 -
YUV 142.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 188 125 114 0 0.34 0.39 0.26 8.92 0.36 0.59
Hex BC 7D 72 0 22 27 1A 9 24 3B
Octal 274 175 162 0 42 47 32 11 44 73
Binary 10111100 1111101 1110010 0 100010 100111 11010 1001 100100 111011

Color Harmonies of #BC7D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D72

Black with #BC7D72

Text Example


Text Example

White with #BC7D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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