Html Css Color HEX #BC826A Brandy Rose

📋 copy color: '#BC826A'

red 188 ◦ green 130 ◦ blue 106

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

Shades of Brandy Rose #BC826A

Tints of Brandy Rose #BC826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25%

R = 44.34%
G = 30.66%
B = 25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC826A (or 0xBC826A) is known color: Brandy Rose. HEX triplet: BC, 82 and 6A. RGB value is (188,130,106). Sum of RGB (Red+Green+Blue) = 188+130+106=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC826A is #437D95. Grayscale: #909090. Windows color (decimal): -4423062 or 6980284. OLE color: 6980284.

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

Color convert

RGB 188 130 106 -
CMYK 0 0.31 0.44 0.26
HSL 17.56º 0.38% 0.58% -
HSV(B) 17.56º 0.44% 0.74% -
XYZ 31.32 27.7 17.33 -
YUV 144.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 188 130 106 0 0.31 0.44 0.26 17.56 0.38 0.58
Hex BC 82 6A 0 1F 2C 1A 12 26 3A
Octal 274 202 152 0 37 54 32 22 46 72
Binary 10111100 10000010 1101010 0 11111 101100 11010 10010 100110 111010

Color Harmonies of #BC826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC826A

Black with #BC826A

Text Example


Text Example

White with #BC826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC826A; }

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

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

background-color css

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

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

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

border-color css

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

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

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