Html Css Color HEX #BCB63F Brass

📋 copy color: '#BCB63F'

red 188 ◦ green 182 ◦ blue 63

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

Shades of Brass #BCB63F

Tints of Brass #BCB63F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.55%

R = 43.42%
G = 42.03%
B = 14.55%

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

#BCB63F (or 0xBCB63F) is known color: Brass. HEX triplet: BC, B6 and 3F. RGB value is (188,182,63). Sum of RGB (Red+Green+Blue) = 188+182+63=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB63F is #4349C0. Grayscale: #AAAAAA. Windows color (decimal): -4409793 or 4175548. OLE color: 4175548.

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

Color convert

RGB 188 182 63 -
CMYK 0 0.03 0.66 0.26
HSL 57.12º 0.5% 0.49% -
HSV(B) 57.12º 0.66% 0.74% -
XYZ 38.36 44.51 11.27 -
YUV 170.23 67.49 140.68 -
System Red Green Blue C M Y K H S L
Decimal 188 182 63 0 0.03 0.66 0.26 57.12 0.5 0.49
Hex BC B6 3F 0 3 42 1A 39 32 31
Octal 274 266 77 0 3 102 32 71 62 61
Binary 10111100 10110110 111111 0 11 1000010 11010 111001 110010 110001

Color Harmonies of #BCB63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB63F

Black with #BCB63F

Text Example


Text Example

White with #BCB63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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