Html Css Color HEX #BC836D Brandy Rose

📋 copy color: '#BC836D'

red 188 ◦ green 131 ◦ blue 109

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

Shades of Brandy Rose #BC836D

Tints of Brandy Rose #BC836D

RGB

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

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

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

R = 43.93%
G = 30.61%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC836D (or 0xBC836D) is known color: Brandy Rose. HEX triplet: BC, 83 and 6D. RGB value is (188,131,109). Sum of RGB (Red+Green+Blue) = 188+131+109=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC836D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC836D is #437C92. Grayscale: #919191. Windows color (decimal): -4422803 or 7177148. OLE color: 7177148.

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

Color convert

RGB 188 131 109 -
CMYK 0 0.30 0.42 0.26
HSL 16.71º 0.37% 0.58% -
HSV(B) 16.71º 0.42% 0.74% -
XYZ 31.62 28.03 18.21 -
YUV 145.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 188 131 109 0 0.30 0.42 0.26 16.71 0.37 0.58
Hex BC 83 6D 0 1E 2A 1A 11 25 3A
Octal 274 203 155 0 36 52 32 21 45 72
Binary 10111100 10000011 1101101 0 11110 101010 11010 10001 100101 111010

Color Harmonies of #BC836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC836D

Black with #BC836D

Text Example


Text Example

White with #BC836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC836D; }

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

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

background-color css

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

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

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

border-color css

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

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

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