Html Css Color HEX #BC836F Brandy Rose

📋 copy color: '#BC836F'

red 188 ◦ green 131 ◦ blue 111

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

Shades of Brandy Rose #BC836F

Tints of Brandy Rose #BC836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.81%

R = 43.72%
G = 30.47%
B = 25.81%

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

#BC836F (or 0xBC836F) is known color: Brandy Rose. HEX triplet: BC, 83 and 6F. RGB value is (188,131,111). Sum of RGB (Red+Green+Blue) = 188+131+111=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC836F is #437C90. Grayscale: #919191. Windows color (decimal): -4422801 or 7308220. OLE color: 7308220.

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

Color convert

RGB 188 131 111 -
CMYK 0 0.30 0.41 0.26
HSL 15.58º 0.36% 0.59% -
HSV(B) 15.58º 0.41% 0.74% -
XYZ 31.72 28.07 18.79 -
YUV 145.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 188 131 111 0 0.30 0.41 0.26 15.58 0.36 0.59
Hex BC 83 6F 0 1E 29 1A 10 24 3B
Octal 274 203 157 0 36 51 32 20 44 73
Binary 10111100 10000011 1101111 0 11110 101001 11010 10000 100100 111011

Color Harmonies of #BC836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC836F

Black with #BC836F

Text Example


Text Example

White with #BC836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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