Html Css Color HEX #BCB538 Brass

📋 copy color: '#BCB538'

red 188 ◦ green 181 ◦ blue 56

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

Shades of Brass #BCB538

Tints of Brass #BCB538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.18%

R = 44.24%
G = 42.59%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BCB538 (or 0xBCB538) is known color: Brass. HEX triplet: BC, B5 and 38. RGB value is (188,181,56). Sum of RGB (Red+Green+Blue) = 188+181+56=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB538 is #434AC7. Grayscale: #A9A9A9. Windows color (decimal): -4410056 or 3716540. OLE color: 3716540.

HSL color Cylindrical-coordinate representation of color #BCB538: hue angle of 56.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCB538 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 181 56 -
CMYK 0 0.04 0.70 0.26
HSL 56.82º 0.54% 0.48% -
HSV(B) 56.82º 0.7% 0.74% -
XYZ 37.98 44.02 10.24 -
YUV 168.84 64.32 141.66 -
System Red Green Blue C M Y K H S L
Decimal 188 181 56 0 0.04 0.70 0.26 56.82 0.54 0.48
Hex BC B5 38 0 4 46 1A 39 36 30
Octal 274 265 70 0 4 106 32 71 66 60
Binary 10111100 10110101 111000 0 100 1000110 11010 111001 110110 110000

Color Harmonies of #BCB538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB538

Black with #BCB538

Text Example


Text Example

White with #BCB538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB538; }

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

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

background-color css

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

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

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

border-color css

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

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

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