Html Css Color HEX #BC8D77 Brandy Rose

📋 copy color: '#BC8D77'

red 188 ◦ green 141 ◦ blue 119

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

Shades of Brandy Rose #BC8D77

Tints of Brandy Rose #BC8D77

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.47%

 BLUE value IS 119 (46.88% from 255) = 26.56%

R = 41.96%
G = 31.47%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC8D77 (or 0xBC8D77) is known color: Brandy Rose. HEX triplet: BC, 8D and 77. RGB value is (188,141,119). Sum of RGB (Red+Green+Blue) = 188+141+119=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D77 is #437288. Grayscale: #989898. Windows color (decimal): -4420233 or 7835068. OLE color: 7835068.

HSL color Cylindrical-coordinate representation of color #BC8D77: hue angle of 19.13º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC8D77 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 141 119 -
CMYK 0 0.25 0.37 0.26
HSL 19.13º 0.34% 0.6% -
HSV(B) 19.13º 0.37% 0.74% -
XYZ 33.59 31.07 21.68 -
YUV 152.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 188 141 119 0 0.25 0.37 0.26 19.13 0.34 0.6
Hex BC 8D 77 0 19 25 1A 13 22 3C
Octal 274 215 167 0 31 45 32 23 42 74
Binary 10111100 10001101 1110111 0 11001 100101 11010 10011 100010 111100

Color Harmonies of #BC8D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D77

Black with #BC8D77

Text Example


Text Example

White with #BC8D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D77; }

 p { color: rgb(188,141,119); }

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

background-color css

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

 a { background-color: rgb(188,141,119); }

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

border-color css

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

 span { border-color: rgb(188,141,119); }

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