Html Css Color HEX #BC8175 Brandy Rose

📋 copy color: '#BC8175'

red 188 ◦ green 129 ◦ blue 117

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

Shades of Brandy Rose #BC8175

Tints of Brandy Rose #BC8175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.72%

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

R = 43.32%
G = 29.72%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC8175 (or 0xBC8175) is known color: Brandy Rose. HEX triplet: BC, 81 and 75. RGB value is (188,129,117). Sum of RGB (Red+Green+Blue) = 188+129+117=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8175 is #437E8A. Grayscale: #919191. Windows color (decimal): -4423307 or 7700924. OLE color: 7700924.

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

Color convert

RGB 188 129 117 -
CMYK 0 0.31 0.38 0.26
HSL 10.14º 0.35% 0.6% -
HSV(B) 10.14º 0.38% 0.74% -
XYZ 31.8 27.68 20.5 -
YUV 145.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 188 129 117 0 0.31 0.38 0.26 10.14 0.35 0.6
Hex BC 81 75 0 1F 26 1A A 23 3C
Octal 274 201 165 0 37 46 32 12 43 74
Binary 10111100 10000001 1110101 0 11111 100110 11010 1010 100011 111100

Color Harmonies of #BC8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8175

Black with #BC8175

Text Example


Text Example

White with #BC8175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8175; }

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

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

background-color css

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

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

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

border-color css

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

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

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