Html Css Color HEX #BCB63E Brass

📋 copy color: '#BCB63E'

red 188 ◦ green 182 ◦ blue 62

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

Shades of Brass #BCB63E

Tints of Brass #BCB63E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.35%

R = 43.52%
G = 42.13%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BCB63E (or 0xBCB63E) is known color: Brass. HEX triplet: BC, B6 and 3E. RGB value is (188,182,62). Sum of RGB (Red+Green+Blue) = 188+182+62=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB63E is #4349C1. Grayscale: #AAAAAA. Windows color (decimal): -4409794 or 4110012. OLE color: 4110012.

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

Color convert

RGB 188 182 62 -
CMYK 0 0.03 0.67 0.26
HSL 57.14º 0.5% 0.49% -
HSV(B) 57.14º 0.67% 0.74% -
XYZ 38.34 44.5 11.13 -
YUV 170.11 66.99 140.76 -
System Red Green Blue C M Y K H S L
Decimal 188 182 62 0 0.03 0.67 0.26 57.14 0.5 0.49
Hex BC B6 3E 0 3 43 1A 39 32 31
Octal 274 266 76 0 3 103 32 71 62 61
Binary 10111100 10110110 111110 0 11 1000011 11010 111001 110010 110001

Color Harmonies of #BCB63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB63E

Black with #BCB63E

Text Example


Text Example

White with #BCB63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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