Html Css Color HEX #BCB240 Brass

📋 copy color: '#BCB240'

red 188 ◦ green 178 ◦ blue 64

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

Shades of Brass #BCB240

Tints of Brass #BCB240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.4%

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

R = 43.72%
G = 41.4%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCB240 (or 0xBCB240) is known color: Brass. HEX triplet: BC, B2 and 40. RGB value is (188,178,64). Sum of RGB (Red+Green+Blue) = 188+178+64=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB240 is #434DBF. Grayscale: #A8A8A8. Windows color (decimal): -4410816 or 4240060. OLE color: 4240060.

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

Color convert

RGB 188 178 64 -
CMYK 0 0.05 0.66 0.26
HSL 55.16º 0.49% 0.49% -
HSV(B) 55.16º 0.66% 0.74% -
XYZ 37.58 42.9 11.15 -
YUV 167.99 69.31 142.27 -
System Red Green Blue C M Y K H S L
Decimal 188 178 64 0 0.05 0.66 0.26 55.16 0.49 0.49
Hex BC B2 40 0 5 42 1A 37 31 31
Octal 274 262 100 0 5 102 32 67 61 61
Binary 10111100 10110010 1000000 0 101 1000010 11010 110111 110001 110001

Color Harmonies of #BCB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB240

Black with #BCB240

Text Example


Text Example

White with #BCB240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB240; }

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

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

background-color css

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

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

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

border-color css

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

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

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