Html Css Color HEX #BC836E Brandy Rose

📋 copy color: '#BC836E'

red 188 ◦ green 131 ◦ blue 110

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

Shades of Brandy Rose #BC836E

Tints of Brandy Rose #BC836E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.64%

R = 43.82%
G = 30.54%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC836E (or 0xBC836E) is known color: Brandy Rose. HEX triplet: BC, 83 and 6E. RGB value is (188,131,110). Sum of RGB (Red+Green+Blue) = 188+131+110=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC836E is #437C91. Grayscale: #919191. Windows color (decimal): -4422802 or 7242684. OLE color: 7242684.

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

Color convert

RGB 188 131 110 -
CMYK 0 0.30 0.41 0.26
HSL 16.15º 0.37% 0.58% -
HSV(B) 16.15º 0.41% 0.74% -
XYZ 31.67 28.05 18.5 -
YUV 145.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 188 131 110 0 0.30 0.41 0.26 16.15 0.37 0.58
Hex BC 83 6E 0 1E 29 1A 10 25 3A
Octal 274 203 156 0 36 51 32 20 45 72
Binary 10111100 10000011 1101110 0 11110 101001 11010 10000 100101 111010

Color Harmonies of #BC836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC836E

Black with #BC836E

Text Example


Text Example

White with #BC836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC836E; }

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

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

background-color css

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

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

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

border-color css

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

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

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