Html Css Color HEX #BC836B Brandy Rose

📋 copy color: '#BC836B'

red 188 ◦ green 131 ◦ blue 107

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

Shades of Brandy Rose #BC836B

Tints of Brandy Rose #BC836B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.12%

R = 44.13%
G = 30.75%
B = 25.12%

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

#BC836B (or 0xBC836B) is known color: Brandy Rose. HEX triplet: BC, 83 and 6B. RGB value is (188,131,107). Sum of RGB (Red+Green+Blue) = 188+131+107=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC836B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC836B is #437C94. Grayscale: #919191. Windows color (decimal): -4422805 or 7046076. OLE color: 7046076.

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

Color convert

RGB 188 131 107 -
CMYK 0 0.30 0.43 0.26
HSL 17.78º 0.38% 0.58% -
HSV(B) 17.78º 0.43% 0.74% -
XYZ 31.51 27.99 17.65 -
YUV 145.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 188 131 107 0 0.30 0.43 0.26 17.78 0.38 0.58
Hex BC 83 6B 0 1E 2B 1A 12 26 3A
Octal 274 203 153 0 36 53 32 22 46 72
Binary 10111100 10000011 1101011 0 11110 101011 11010 10010 100110 111010

Color Harmonies of #BC836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC836B

Black with #BC836B

Text Example


Text Example

White with #BC836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC836B; }

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

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

background-color css

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

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

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

border-color css

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

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

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