Html Css Color HEX #BC8675 Brandy Rose

📋 copy color: '#BC8675'

red 188 ◦ green 134 ◦ blue 117

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

Shades of Brandy Rose #BC8675

Tints of Brandy Rose #BC8675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.65%

R = 42.82%
G = 30.52%
B = 26.65%

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

#BC8675 (or 0xBC8675) is known color: Brandy Rose. HEX triplet: BC, 86 and 75. RGB value is (188,134,117). Sum of RGB (Red+Green+Blue) = 188+134+117=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8675 is #43798A. Grayscale: #949494. Windows color (decimal): -4422027 or 7702204. OLE color: 7702204.

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

Color convert

RGB 188 134 117 -
CMYK 0 0.29 0.38 0.26
HSL 14.37º 0.35% 0.6% -
HSV(B) 14.37º 0.38% 0.74% -
XYZ 32.48 29.03 20.72 -
YUV 148.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 188 134 117 0 0.29 0.38 0.26 14.37 0.35 0.6
Hex BC 86 75 0 1D 26 1A E 23 3C
Octal 274 206 165 0 35 46 32 16 43 74
Binary 10111100 10000110 1110101 0 11101 100110 11010 1110 100011 111100

Color Harmonies of #BC8675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8675

Black with #BC8675

Text Example


Text Example

White with #BC8675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8675; }

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

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

background-color css

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

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

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

border-color css

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

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

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