Html Css Color HEX #BC8C74 Brandy Rose

📋 copy color: '#BC8C74'

red 188 ◦ green 140 ◦ blue 116

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

Shades of Brandy Rose #BC8C74

Tints of Brandy Rose #BC8C74

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.53%

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

R = 42.34%
G = 31.53%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC8C74 (or 0xBC8C74) is known color: Brandy Rose. HEX triplet: BC, 8C and 74. RGB value is (188,140,116). Sum of RGB (Red+Green+Blue) = 188+140+116=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C74 is #43738B. Grayscale: #979797. Windows color (decimal): -4420492 or 7638204. OLE color: 7638204.

HSL color Cylindrical-coordinate representation of color #BC8C74: hue angle of 20º 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 #BC8C74 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 140 116 -
CMYK 0 0.26 0.38 0.26
HSL 20º 0.35% 0.6% -
HSV(B) 20º 0.38% 0.74% -
XYZ 33.27 30.71 20.7 -
YUV 151.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 188 140 116 0 0.26 0.38 0.26 20 0.35 0.6
Hex BC 8C 74 0 1A 26 1A 14 23 3C
Octal 274 214 164 0 32 46 32 24 43 74
Binary 10111100 10001100 1110100 0 11010 100110 11010 10100 100011 111100

Color Harmonies of #BC8C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C74

Black with #BC8C74

Text Example


Text Example

White with #BC8C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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