Html Css Color HEX #BCB039 Brass

📋 copy color: '#BCB039'

red 188 ◦ green 176 ◦ blue 57

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

Shades of Brass #BCB039

Tints of Brass #BCB039

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.81%

 BLUE value IS 57 (22.66% from 255) = 13.54%

R = 44.66%
G = 41.81%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BCB039 (or 0xBCB039) is known color: Brass. HEX triplet: BC, B0 and 39. RGB value is (188,176,57). Sum of RGB (Red+Green+Blue) = 188+176+57=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 57 (22.66% from 255 or 13.54% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB039 is #434FC6. Grayscale: #A6A6A6. Windows color (decimal): -4411335 or 3780796. OLE color: 3780796.

HSL color Cylindrical-coordinate representation of color #BCB039: hue angle of 54.5º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCB039 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 176 57 -
CMYK 0 0.06 0.70 0.26
HSL 54.5º 0.53% 0.48% -
HSV(B) 54.5º 0.7% 0.74% -
XYZ 37 42.04 10.03 -
YUV 166.02 66.48 143.68 -
System Red Green Blue C M Y K H S L
Decimal 188 176 57 0 0.06 0.70 0.26 54.5 0.53 0.48
Hex BC B0 39 0 6 46 1A 37 35 30
Octal 274 260 71 0 6 106 32 67 65 60
Binary 10111100 10110000 111001 0 110 1000110 11010 110111 110101 110000

Color Harmonies of #BCB039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB039

Black with #BCB039

Text Example


Text Example

White with #BCB039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB039; }

 p { color: rgb(188,176,57); }

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

background-color css

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

 a { background-color: rgb(188,176,57); }

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

border-color css

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

 span { border-color: rgb(188,176,57); }

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