Html Css Color HEX #BC8378 Brandy Rose

📋 copy color: '#BC8378'

red 188 ◦ green 131 ◦ blue 120

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

Shades of Brandy Rose #BC8378

Tints of Brandy Rose #BC8378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.33%

R = 42.82%
G = 29.84%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC8378 (or 0xBC8378) is known color: Brandy Rose. HEX triplet: BC, 83 and 78. RGB value is (188,131,120). Sum of RGB (Red+Green+Blue) = 188+131+120=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8378 is #437C87. Grayscale: #929292. Windows color (decimal): -4422792 or 7898044. OLE color: 7898044.

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

Color convert

RGB 188 131 120 -
CMYK 0 0.30 0.36 0.26
HSL 9.71º 0.34% 0.6% -
HSV(B) 9.71º 0.36% 0.74% -
XYZ 32.25 28.28 21.53 -
YUV 146.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 188 131 120 0 0.30 0.36 0.26 9.71 0.34 0.6
Hex BC 83 78 0 1E 24 1A A 22 3C
Octal 274 203 170 0 36 44 32 12 42 74
Binary 10111100 10000011 1111000 0 11110 100100 11010 1010 100010 111100

Color Harmonies of #BC8378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8378

Black with #BC8378

Text Example


Text Example

White with #BC8378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8378; }

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

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

background-color css

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

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

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

border-color css

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

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

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