Html Css Color HEX #BCB341 Brass

📋 copy color: '#BCB341'

red 188 ◦ green 179 ◦ blue 65

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

Shades of Brass #BCB341

Tints of Brass #BCB341

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.44%

 BLUE value IS 65 (25.78% from 255) = 15.05%

R = 43.52%
G = 41.44%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCB341 (or 0xBCB341) is known color: Brass. HEX triplet: BC, B3 and 41. RGB value is (188,179,65). Sum of RGB (Red+Green+Blue) = 188+179+65=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB341 is #434CBE. Grayscale: #A9A9A9. Windows color (decimal): -4410559 or 4305852. OLE color: 4305852.

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

Color convert

RGB 188 179 65 -
CMYK 0 0.05 0.65 0.26
HSL 55.61º 0.49% 0.5% -
HSV(B) 55.61º 0.65% 0.74% -
XYZ 37.81 43.31 11.37 -
YUV 168.7 69.48 141.77 -
System Red Green Blue C M Y K H S L
Decimal 188 179 65 0 0.05 0.65 0.26 55.61 0.49 0.5
Hex BC B3 41 0 5 41 1A 38 31 32
Octal 274 263 101 0 5 101 32 70 61 62
Binary 10111100 10110011 1000001 0 101 1000001 11010 111000 110001 110010

Color Harmonies of #BCB341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB341

Black with #BCB341

Text Example


Text Example

White with #BCB341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB341; }

 p { color: rgb(188,179,65); }

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

background-color css

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

 a { background-color: rgb(188,179,65); }

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

border-color css

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

 span { border-color: rgb(188,179,65); }

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