Html Css Color HEX #BC826C Brandy Rose

📋 copy color: '#BC826C'

red 188 ◦ green 130 ◦ blue 108

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

Shades of Brandy Rose #BC826C

Tints of Brandy Rose #BC826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.52%

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

R = 44.13%
G = 30.52%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC826C (or 0xBC826C) is known color: Brandy Rose. HEX triplet: BC, 82 and 6C. RGB value is (188,130,108). Sum of RGB (Red+Green+Blue) = 188+130+108=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC826C is #437D93. Grayscale: #909090. Windows color (decimal): -4423060 or 7111356. OLE color: 7111356.

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

Color convert

RGB 188 130 108 -
CMYK 0 0.31 0.43 0.26
HSL 16.5º 0.37% 0.58% -
HSV(B) 16.5º 0.43% 0.74% -
XYZ 31.43 27.74 17.89 -
YUV 144.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 188 130 108 0 0.31 0.43 0.26 16.5 0.37 0.58
Hex BC 82 6C 0 1F 2B 1A 10 25 3A
Octal 274 202 154 0 37 53 32 20 45 72
Binary 10111100 10000010 1101100 0 11111 101011 11010 10000 100101 111010

Color Harmonies of #BC826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC826C

Black with #BC826C

Text Example


Text Example

White with #BC826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC826C; }

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

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

background-color css

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

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

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

border-color css

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

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

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