Html Css Color HEX #BC837E Brandy Rose

📋 copy color: '#BC837E'

red 188 ◦ green 131 ◦ blue 126

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

Shades of Brandy Rose #BC837E

Tints of Brandy Rose #BC837E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.31%

R = 42.25%
G = 29.44%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC837E (or 0xBC837E) is known color: Brandy Rose. HEX triplet: BC, 83 and 7E. RGB value is (188,131,126). Sum of RGB (Red+Green+Blue) = 188+131+126=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC837E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC837E is #437C81. Grayscale: #939393. Windows color (decimal): -4422786 or 8291260. OLE color: 8291260.

HSL color Cylindrical-coordinate representation of color #BC837E: hue angle of 4.84º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC837E is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 131 126 -
CMYK 0 0.30 0.33 0.26
HSL 4.84º 0.32% 0.62% -
HSV(B) 4.84º 0.33% 0.74% -
XYZ 32.62 28.43 23.51 -
YUV 147.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 188 131 126 0 0.30 0.33 0.26 4.84 0.32 0.62
Hex BC 83 7E 0 1E 21 1A 5 20 3E
Octal 274 203 176 0 36 41 32 5 40 76
Binary 10111100 10000011 1111110 0 11110 100001 11010 101 100000 111110

Color Harmonies of #BC837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC837E

Black with #BC837E

Text Example


Text Example

White with #BC837E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC837E; }

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

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

background-color css

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

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

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

border-color css

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

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

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