Html Css Color HEX #BC836C Brandy Rose

📋 copy color: '#BC836C'

red 188 ◦ green 131 ◦ blue 108

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

Shades of Brandy Rose #BC836C

Tints of Brandy Rose #BC836C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.29%

R = 44.03%
G = 30.68%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC836C (or 0xBC836C) is known color: Brandy Rose. HEX triplet: BC, 83 and 6C. RGB value is (188,131,108). Sum of RGB (Red+Green+Blue) = 188+131+108=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC836C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC836C is #437C93. Grayscale: #919191. Windows color (decimal): -4422804 or 7111612. OLE color: 7111612.

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

Color convert

RGB 188 131 108 -
CMYK 0 0.30 0.43 0.26
HSL 17.25º 0.37% 0.58% -
HSV(B) 17.25º 0.43% 0.74% -
XYZ 31.56 28.01 17.93 -
YUV 145.42 106.88 158.37 -
System Red Green Blue C M Y K H S L
Decimal 188 131 108 0 0.30 0.43 0.26 17.25 0.37 0.58
Hex BC 83 6C 0 1E 2B 1A 11 25 3A
Octal 274 203 154 0 36 53 32 21 45 72
Binary 10111100 10000011 1101100 0 11110 101011 11010 10001 100101 111010

Color Harmonies of #BC836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC836C

Black with #BC836C

Text Example


Text Example

White with #BC836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC836C; }

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

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

background-color css

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

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

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

border-color css

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

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

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