Html Css Color HEX #BCB740 Brass

📋 copy color: '#BCB740'

red 188 ◦ green 183 ◦ blue 64

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

Shades of Brass #BCB740

Tints of Brass #BCB740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.71%

R = 43.22%
G = 42.07%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCB740 (or 0xBCB740) is known color: Brass. HEX triplet: BC, B7 and 40. RGB value is (188,183,64). Sum of RGB (Red+Green+Blue) = 188+183+64=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB740 is #4348BF. Grayscale: #ABABAB. Windows color (decimal): -4409536 or 4241340. OLE color: 4241340.

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

Color convert

RGB 188 183 64 -
CMYK 0 0.03 0.66 0.26
HSL 57.58º 0.49% 0.49% -
HSV(B) 57.58º 0.66% 0.74% -
XYZ 38.6 44.93 11.49 -
YUV 170.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 188 183 64 0 0.03 0.66 0.26 57.58 0.49 0.49
Hex BC B7 40 0 3 42 1A 3A 31 31
Octal 274 267 100 0 3 102 32 72 61 61
Binary 10111100 10110111 1000000 0 11 1000010 11010 111010 110001 110001

Color Harmonies of #BCB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB740

Black with #BCB740

Text Example


Text Example

White with #BCB740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB740; }

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

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

background-color css

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

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

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

border-color css

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

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

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