Html Css Color HEX #BC8770 Brandy Rose

📋 copy color: '#BC8770'

red 188 ◦ green 135 ◦ blue 112

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

Shades of Brandy Rose #BC8770

Tints of Brandy Rose #BC8770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.03%

 BLUE value IS 112 (44.14% from 255) = 25.75%

R = 43.22%
G = 31.03%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC8770 (or 0xBC8770) is known color: Brandy Rose. HEX triplet: BC, 87 and 70. RGB value is (188,135,112). Sum of RGB (Red+Green+Blue) = 188+135+112=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8770 is #43788F. Grayscale: #949494. Windows color (decimal): -4421776 or 7374780. OLE color: 7374780.

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

Color convert

RGB 188 135 112 -
CMYK 0 0.28 0.40 0.26
HSL 18.16º 0.36% 0.59% -
HSV(B) 18.16º 0.4% 0.74% -
XYZ 32.33 29.19 19.26 -
YUV 148.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 188 135 112 0 0.28 0.40 0.26 18.16 0.36 0.59
Hex BC 87 70 0 1C 28 1A 12 24 3B
Octal 274 207 160 0 34 50 32 22 44 73
Binary 10111100 10000111 1110000 0 11100 101000 11010 10010 100100 111011

Color Harmonies of #BC8770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8770

Black with #BC8770

Text Example


Text Example

White with #BC8770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8770; }

 p { color: rgb(188,135,112); }

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

background-color css

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

 a { background-color: rgb(188,135,112); }

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

border-color css

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

 span { border-color: rgb(188,135,112); }

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