Html Css Color HEX #BC827B Brandy Rose

📋 copy color: '#BC827B'

red 188 ◦ green 130 ◦ blue 123

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

Shades of Brandy Rose #BC827B

Tints of Brandy Rose #BC827B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.89%

R = 42.63%
G = 29.48%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC827B (or 0xBC827B) is known color: Brandy Rose. HEX triplet: BC, 82 and 7B. RGB value is (188,130,123). Sum of RGB (Red+Green+Blue) = 188+130+123=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC827B is #437D84. Grayscale: #929292. Windows color (decimal): -4423045 or 8094396. OLE color: 8094396.

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

Color convert

RGB 188 130 123 -
CMYK 0 0.31 0.35 0.26
HSL 6.46º 0.33% 0.61% -
HSV(B) 6.46º 0.35% 0.74% -
XYZ 32.3 28.09 22.46 -
YUV 146.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 188 130 123 0 0.31 0.35 0.26 6.46 0.33 0.61
Hex BC 82 7B 0 1F 23 1A 6 21 3D
Octal 274 202 173 0 37 43 32 6 41 75
Binary 10111100 10000010 1111011 0 11111 100011 11010 110 100001 111101

Color Harmonies of #BC827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC827B

Black with #BC827B

Text Example


Text Example

White with #BC827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC827B; }

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

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

background-color css

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

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

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

border-color css

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

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

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