Html Css Color HEX #BCB53D Brass

📋 copy color: '#BCB53D'

red 188 ◦ green 181 ◦ blue 61

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

Shades of Brass #BCB53D

Tints of Brass #BCB53D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.09%

 BLUE value IS 61 (24.22% from 255) = 14.19%

R = 43.72%
G = 42.09%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BCB53D (or 0xBCB53D) is known color: Brass. HEX triplet: BC, B5 and 3D. RGB value is (188,181,61). Sum of RGB (Red+Green+Blue) = 188+181+61=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB53D is #434AC2. Grayscale: #A9A9A9. Windows color (decimal): -4410051 or 4044220. OLE color: 4044220.

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

Color convert

RGB 188 181 61 -
CMYK 0 0.04 0.68 0.26
HSL 56.69º 0.51% 0.49% -
HSV(B) 56.69º 0.68% 0.74% -
XYZ 38.11 44.08 10.91 -
YUV 169.41 66.82 141.26 -
System Red Green Blue C M Y K H S L
Decimal 188 181 61 0 0.04 0.68 0.26 56.69 0.51 0.49
Hex BC B5 3D 0 4 44 1A 39 33 31
Octal 274 265 75 0 4 104 32 71 63 61
Binary 10111100 10110101 111101 0 100 1000100 11010 111001 110011 110001

Color Harmonies of #BCB53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB53D

Black with #BCB53D

Text Example


Text Example

White with #BCB53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB53D; }

 p { color: rgb(188,181,61); }

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

background-color css

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

 a { background-color: rgb(188,181,61); }

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

border-color css

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

 span { border-color: rgb(188,181,61); }

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