Html Css Color HEX #BC8775 Brandy Rose

📋 copy color: '#BC8775'

red 188 ◦ green 135 ◦ blue 117

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

Shades of Brandy Rose #BC8775

Tints of Brandy Rose #BC8775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.68%

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

R = 42.73%
G = 30.68%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC8775 (or 0xBC8775) is known color: Brandy Rose. HEX triplet: BC, 87 and 75. RGB value is (188,135,117). Sum of RGB (Red+Green+Blue) = 188+135+117=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8775 is #43788A. Grayscale: #949494. Windows color (decimal): -4421771 or 7702460. OLE color: 7702460.

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

Color convert

RGB 188 135 117 -
CMYK 0 0.28 0.38 0.26
HSL 15.21º 0.35% 0.6% -
HSV(B) 15.21º 0.38% 0.74% -
XYZ 32.61 29.3 20.77 -
YUV 148.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 188 135 117 0 0.28 0.38 0.26 15.21 0.35 0.6
Hex BC 87 75 0 1C 26 1A F 23 3C
Octal 274 207 165 0 34 46 32 17 43 74
Binary 10111100 10000111 1110101 0 11100 100110 11010 1111 100011 111100

Color Harmonies of #BC8775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8775

Black with #BC8775

Text Example


Text Example

White with #BC8775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8775; }

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

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

background-color css

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

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

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

border-color css

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

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

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