Html Css Color HEX #BC837D Brandy Rose

📋 copy color: '#BC837D'

red 188 ◦ green 131 ◦ blue 125

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

Shades of Brandy Rose #BC837D

Tints of Brandy Rose #BC837D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.15%

R = 42.34%
G = 29.5%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC837D (or 0xBC837D) is known color: Brandy Rose. HEX triplet: BC, 83 and 7D. RGB value is (188,131,125). Sum of RGB (Red+Green+Blue) = 188+131+125=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC837D is #437C82. Grayscale: #939393. Windows color (decimal): -4422787 or 8225724. OLE color: 8225724.

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

Color convert

RGB 188 131 125 -
CMYK 0 0.30 0.34 0.26
HSL 5.71º 0.32% 0.61% -
HSV(B) 5.71º 0.34% 0.74% -
XYZ 32.56 28.4 23.17 -
YUV 147.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 188 131 125 0 0.30 0.34 0.26 5.71 0.32 0.61
Hex BC 83 7D 0 1E 22 1A 6 20 3D
Octal 274 203 175 0 36 42 32 6 40 75
Binary 10111100 10000011 1111101 0 11110 100010 11010 110 100000 111101

Color Harmonies of #BC837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC837D

Black with #BC837D

Text Example


Text Example

White with #BC837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC837D; }

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

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

background-color css

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

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

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

border-color css

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

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

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