Html Css Color HEX #BC8B7E Brandy Rose

📋 copy color: '#BC8B7E'

red 188 ◦ green 139 ◦ blue 126

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

Shades of Brandy Rose #BC8B7E

Tints of Brandy Rose #BC8B7E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.68%

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

R = 41.5%
G = 30.68%
B = 27.81%

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

#BC8B7E (or 0xBC8B7E) is known color: Brandy Rose. HEX triplet: BC, 8B and 7E. RGB value is (188,139,126). Sum of RGB (Red+Green+Blue) = 188+139+126=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B7E is #437481. Grayscale: #989898. Windows color (decimal): -4420738 or 8293308. OLE color: 8293308.

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

Color convert

RGB 188 139 126 -
CMYK 0 0.26 0.33 0.26
HSL 12.58º 0.32% 0.62% -
HSV(B) 12.58º 0.33% 0.74% -
XYZ 33.74 30.66 23.88 -
YUV 152.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 188 139 126 0 0.26 0.33 0.26 12.58 0.32 0.62
Hex BC 8B 7E 0 1A 21 1A D 20 3E
Octal 274 213 176 0 32 41 32 15 40 76
Binary 10111100 10001011 1111110 0 11010 100001 11010 1101 100000 111110

Color Harmonies of #BC8B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B7E

Black with #BC8B7E

Text Example


Text Example

White with #BC8B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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