Html Css Color HEX #BCB741 Brass

📋 copy color: '#BCB741'

red 188 ◦ green 183 ◦ blue 65

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

Shades of Brass #BCB741

Tints of Brass #BCB741

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.97%

 BLUE value IS 65 (25.78% from 255) = 14.91%

R = 43.12%
G = 41.97%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCB741 (or 0xBCB741) is known color: Brass. HEX triplet: BC, B7 and 41. RGB value is (188,183,65). Sum of RGB (Red+Green+Blue) = 188+183+65=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB741 is #4348BE. Grayscale: #ABABAB. Windows color (decimal): -4409535 or 4306876. OLE color: 4306876.

HSL color Cylindrical-coordinate representation of color #BCB741: hue angle of 57.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCB741 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 183 65 -
CMYK 0 0.03 0.65 0.26
HSL 57.56º 0.49% 0.5% -
HSV(B) 57.56º 0.65% 0.74% -
XYZ 38.63 44.94 11.64 -
YUV 171.04 68.16 140.09 -
System Red Green Blue C M Y K H S L
Decimal 188 183 65 0 0.03 0.65 0.26 57.56 0.49 0.5
Hex BC B7 41 0 3 41 1A 3A 31 32
Octal 274 267 101 0 3 101 32 72 61 62
Binary 10111100 10110111 1000001 0 11 1000001 11010 111010 110001 110010

Color Harmonies of #BCB741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB741

Black with #BCB741

Text Example


Text Example

White with #BCB741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB741; }

 p { color: rgb(188,183,65); }

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

background-color css

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

 a { background-color: rgb(188,183,65); }

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

border-color css

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

 span { border-color: rgb(188,183,65); }

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