Html Css Color HEX #BCB43F Brass

📋 copy color: '#BCB43F'

red 188 ◦ green 180 ◦ blue 63

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

Shades of Brass #BCB43F

Tints of Brass #BCB43F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.76%

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

R = 43.62%
G = 41.76%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCB43F (or 0xBCB43F) is known color: Brass. HEX triplet: BC, B4 and 3F. RGB value is (188,180,63). Sum of RGB (Red+Green+Blue) = 188+180+63=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB43F is #434BC0. Grayscale: #A9A9A9. Windows color (decimal): -4410305 or 4175036. OLE color: 4175036.

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

Color convert

RGB 188 180 63 -
CMYK 0 0.04 0.66 0.26
HSL 56.16º 0.5% 0.49% -
HSV(B) 56.16º 0.66% 0.74% -
XYZ 37.96 43.69 11.14 -
YUV 169.05 68.15 141.51 -
System Red Green Blue C M Y K H S L
Decimal 188 180 63 0 0.04 0.66 0.26 56.16 0.5 0.49
Hex BC B4 3F 0 4 42 1A 38 32 31
Octal 274 264 77 0 4 102 32 70 62 61
Binary 10111100 10110100 111111 0 100 1000010 11010 111000 110010 110001

Color Harmonies of #BCB43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB43F

Black with #BCB43F

Text Example


Text Example

White with #BCB43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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