Html Css Color HEX #BCB641 Brass

📋 copy color: '#BCB641'

red 188 ◦ green 182 ◦ blue 65

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

Shades of Brass #BCB641

Tints of Brass #BCB641

RGB

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

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

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

R = 43.22%
G = 41.84%
B = 14.94%

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

#BCB641 (or 0xBCB641) is known color: Brass. HEX triplet: BC, B6 and 41. RGB value is (188,182,65). Sum of RGB (Red+Green+Blue) = 188+182+65=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB641 is #4349BE. Grayscale: #AAAAAA. Windows color (decimal): -4409791 or 4306620. OLE color: 4306620.

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

Color convert

RGB 188 182 65 -
CMYK 0 0.03 0.65 0.26
HSL 57.07º 0.49% 0.5% -
HSV(B) 57.07º 0.65% 0.74% -
XYZ 38.42 44.53 11.57 -
YUV 170.46 68.49 140.51 -
System Red Green Blue C M Y K H S L
Decimal 188 182 65 0 0.03 0.65 0.26 57.07 0.49 0.5
Hex BC B6 41 0 3 41 1A 39 31 32
Octal 274 266 101 0 3 101 32 71 61 62
Binary 10111100 10110110 1000001 0 11 1000001 11010 111001 110001 110010

Color Harmonies of #BCB641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB641

Black with #BCB641

Text Example


Text Example

White with #BCB641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB641; }

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

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

background-color css

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

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

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

border-color css

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

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

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