Html Css Color HEX #BC8377 Brandy Rose

📋 copy color: '#BC8377'

red 188 ◦ green 131 ◦ blue 119

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

Shades of Brandy Rose #BC8377

Tints of Brandy Rose #BC8377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.91%

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

R = 42.92%
G = 29.91%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC8377 (or 0xBC8377) is known color: Brandy Rose. HEX triplet: BC, 83 and 77. RGB value is (188,131,119). Sum of RGB (Red+Green+Blue) = 188+131+119=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8377 is #437C88. Grayscale: #929292. Windows color (decimal): -4422793 or 7832508. OLE color: 7832508.

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

Color convert

RGB 188 131 119 -
CMYK 0 0.30 0.37 0.26
HSL 10.43º 0.34% 0.6% -
HSV(B) 10.43º 0.37% 0.74% -
XYZ 32.19 28.26 21.21 -
YUV 146.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 188 131 119 0 0.30 0.37 0.26 10.43 0.34 0.6
Hex BC 83 77 0 1E 25 1A A 22 3C
Octal 274 203 167 0 36 45 32 12 42 74
Binary 10111100 10000011 1110111 0 11110 100101 11010 1010 100010 111100

Color Harmonies of #BC8377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8377

Black with #BC8377

Text Example


Text Example

White with #BC8377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8377; }

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

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

background-color css

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

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

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

border-color css

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

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

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