Html Css Color HEX #BC8674 Brandy Rose

📋 copy color: '#BC8674'

red 188 ◦ green 134 ◦ blue 116

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

Shades of Brandy Rose #BC8674

Tints of Brandy Rose #BC8674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.59%

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

R = 42.92%
G = 30.59%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC8674 (or 0xBC8674) is known color: Brandy Rose. HEX triplet: BC, 86 and 74. RGB value is (188,134,116). Sum of RGB (Red+Green+Blue) = 188+134+116=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8674 is #43798B. Grayscale: #949494. Windows color (decimal): -4422028 or 7636668. OLE color: 7636668.

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

Color convert

RGB 188 134 116 -
CMYK 0 0.29 0.38 0.26
HSL 15º 0.35% 0.6% -
HSV(B) 15º 0.38% 0.74% -
XYZ 32.42 29 20.41 -
YUV 148.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 188 134 116 0 0.29 0.38 0.26 15 0.35 0.6
Hex BC 86 74 0 1D 26 1A F 23 3C
Octal 274 206 164 0 35 46 32 17 43 74
Binary 10111100 10000110 1110100 0 11101 100110 11010 1111 100011 111100

Color Harmonies of #BC8674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8674

Black with #BC8674

Text Example


Text Example

White with #BC8674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8674; }

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

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

background-color css

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

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

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

border-color css

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

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

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