Html Css Color HEX #BCB642 Brass

📋 copy color: '#BCB642'

red 188 ◦ green 182 ◦ blue 66

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

Shades of Brass #BCB642

Tints of Brass #BCB642

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.74%

 BLUE value IS 66 (26.17% from 255) = 15.14%

R = 43.12%
G = 41.74%
B = 15.14%

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

#BCB642 (or 0xBCB642) is known color: Brass. HEX triplet: BC, B6 and 42. RGB value is (188,182,66). Sum of RGB (Red+Green+Blue) = 188+182+66=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB642 is #4349BD. Grayscale: #ABABAB. Windows color (decimal): -4409790 or 4372156. OLE color: 4372156.

HSL color Cylindrical-coordinate representation of color #BCB642: hue angle of 57.05º degrees, saturation: 0.48, 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 #BCB642 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 66 -
CMYK 0 0.03 0.65 0.26
HSL 57.05º 0.48% 0.5% -
HSV(B) 57.05º 0.65% 0.74% -
XYZ 38.45 44.54 11.72 -
YUV 170.57 68.99 140.43 -
System Red Green Blue C M Y K H S L
Decimal 188 182 66 0 0.03 0.65 0.26 57.05 0.48 0.5
Hex BC B6 42 0 3 41 1A 39 30 32
Octal 274 266 102 0 3 101 32 71 60 62
Binary 10111100 10110110 1000010 0 11 1000001 11010 111001 110000 110010

Color Harmonies of #BCB642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB642

Black with #BCB642

Text Example


Text Example

White with #BCB642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB642; }

 p { color: rgb(188,182,66); }

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

background-color css

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

 a { background-color: rgb(188,182,66); }

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

border-color css

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

 span { border-color: rgb(188,182,66); }

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