Html Css Color HEX #BC826D Brandy Rose

📋 copy color: '#BC826D'

red 188 ◦ green 130 ◦ blue 109

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

Shades of Brandy Rose #BC826D

Tints of Brandy Rose #BC826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.44%

 BLUE value IS 109 (42.97% from 255) = 25.53%

R = 44.03%
G = 30.44%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC826D (or 0xBC826D) is known color: Brandy Rose. HEX triplet: BC, 82 and 6D. RGB value is (188,130,109). Sum of RGB (Red+Green+Blue) = 188+130+109=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC826D is #437D92. Grayscale: #919191. Windows color (decimal): -4423059 or 7176892. OLE color: 7176892.

HSL color Cylindrical-coordinate representation of color #BC826D: hue angle of 15.95º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC826D is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 130 109 -
CMYK 0 0.31 0.42 0.26
HSL 15.95º 0.37% 0.58% -
HSV(B) 15.95º 0.42% 0.74% -
XYZ 31.48 27.76 18.17 -
YUV 144.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 188 130 109 0 0.31 0.42 0.26 15.95 0.37 0.58
Hex BC 82 6D 0 1F 2A 1A 10 25 3A
Octal 274 202 155 0 37 52 32 20 45 72
Binary 10111100 10000010 1101101 0 11111 101010 11010 10000 100101 111010

Color Harmonies of #BC826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC826D

Black with #BC826D

Text Example


Text Example

White with #BC826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC826D; }

 p { color: rgb(188,130,109); }

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

background-color css

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

 a { background-color: rgb(188,130,109); }

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

border-color css

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

 span { border-color: rgb(188,130,109); }

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