Html Css Color HEX #BC8C7E Brandy Rose

📋 copy color: '#BC8C7E'

red 188 ◦ green 140 ◦ blue 126

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

Shades of Brandy Rose #BC8C7E

Tints of Brandy Rose #BC8C7E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.84%

 BLUE value IS 126 (49.61% from 255) = 27.75%

R = 41.41%
G = 30.84%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC8C7E (or 0xBC8C7E) is known color: Brandy Rose. HEX triplet: BC, 8C and 7E. RGB value is (188,140,126). Sum of RGB (Red+Green+Blue) = 188+140+126=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C7E is #437381. Grayscale: #989898. Windows color (decimal): -4420482 or 8293564. OLE color: 8293564.

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

Color convert

RGB 188 140 126 -
CMYK 0 0.26 0.33 0.26
HSL 13.55º 0.32% 0.62% -
HSV(B) 13.55º 0.33% 0.74% -
XYZ 33.88 30.95 23.93 -
YUV 152.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 188 140 126 0 0.26 0.33 0.26 13.55 0.32 0.62
Hex BC 8C 7E 0 1A 21 1A E 20 3E
Octal 274 214 176 0 32 41 32 16 40 76
Binary 10111100 10001100 1111110 0 11010 100001 11010 1110 100000 111110

Color Harmonies of #BC8C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C7E

Black with #BC8C7E

Text Example


Text Example

White with #BC8C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C7E; }

 p { color: rgb(188,140,126); }

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

background-color css

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

 a { background-color: rgb(188,140,126); }

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

border-color css

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

 span { border-color: rgb(188,140,126); }

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