Html Css Color HEX #BC8375 Brandy Rose

📋 copy color: '#BC8375'

red 188 ◦ green 131 ◦ blue 117

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

Shades of Brandy Rose #BC8375

Tints of Brandy Rose #BC8375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.05%

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

R = 43.12%
G = 30.05%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC8375 (or 0xBC8375) is known color: Brandy Rose. HEX triplet: BC, 83 and 75. RGB value is (188,131,117). Sum of RGB (Red+Green+Blue) = 188+131+117=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8375 is #437C8A. Grayscale: #929292. Windows color (decimal): -4422795 or 7701436. OLE color: 7701436.

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

Color convert

RGB 188 131 117 -
CMYK 0 0.30 0.38 0.26
HSL 11.83º 0.35% 0.6% -
HSV(B) 11.83º 0.38% 0.74% -
XYZ 32.07 28.21 20.58 -
YUV 146.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 188 131 117 0 0.30 0.38 0.26 11.83 0.35 0.6
Hex BC 83 75 0 1E 26 1A C 23 3C
Octal 274 203 165 0 36 46 32 14 43 74
Binary 10111100 10000011 1110101 0 11110 100110 11010 1100 100011 111100

Color Harmonies of #BC8375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8375

Black with #BC8375

Text Example


Text Example

White with #BC8375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8375; }

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

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

background-color css

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

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

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

border-color css

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

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

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