Html Css Color HEX #BC8874 Brandy Rose

📋 copy color: '#BC8874'

red 188 ◦ green 136 ◦ blue 116

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

Shades of Brandy Rose #BC8874

Tints of Brandy Rose #BC8874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.91%

 BLUE value IS 116 (45.7% from 255) = 26.36%

R = 42.73%
G = 30.91%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC8874 (or 0xBC8874) is known color: Brandy Rose. HEX triplet: BC, 88 and 74. RGB value is (188,136,116). Sum of RGB (Red+Green+Blue) = 188+136+116=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8874 is #43778B. Grayscale: #959595. Windows color (decimal): -4421516 or 7637180. OLE color: 7637180.

HSL color Cylindrical-coordinate representation of color #BC8874: hue angle of 16.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8874 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 136 116 -
CMYK 0 0.28 0.38 0.26
HSL 16.67º 0.35% 0.6% -
HSV(B) 16.67º 0.38% 0.74% -
XYZ 32.7 29.56 20.51 -
YUV 149.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 188 136 116 0 0.28 0.38 0.26 16.67 0.35 0.6
Hex BC 88 74 0 1C 26 1A 11 23 3C
Octal 274 210 164 0 34 46 32 21 43 74
Binary 10111100 10001000 1110100 0 11100 100110 11010 10001 100011 111100

Color Harmonies of #BC8874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8874

Black with #BC8874

Text Example


Text Example

White with #BC8874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8874; }

 p { color: rgb(188,136,116); }

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

background-color css

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

 a { background-color: rgb(188,136,116); }

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

border-color css

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

 span { border-color: rgb(188,136,116); }

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