Html Css Color HEX #BCB636 Brass

📋 copy color: '#BCB636'

red 188 ◦ green 182 ◦ blue 54

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

Shades of Brass #BCB636

Tints of Brass #BCB636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.74%

R = 44.34%
G = 42.92%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BCB636 (or 0xBCB636) is known color: Brass. HEX triplet: BC, B6 and 36. RGB value is (188,182,54). Sum of RGB (Red+Green+Blue) = 188+182+54=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB636 is #4349C9. Grayscale: #A9A9A9. Windows color (decimal): -4409802 or 3585724. OLE color: 3585724.

HSL color Cylindrical-coordinate representation of color #BCB636: hue angle of 57.31º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCB636 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 54 -
CMYK 0 0.03 0.71 0.26
HSL 57.31º 0.55% 0.47% -
HSV(B) 57.31º 0.71% 0.74% -
XYZ 38.13 44.41 10.05 -
YUV 169.2 62.99 141.41 -
System Red Green Blue C M Y K H S L
Decimal 188 182 54 0 0.03 0.71 0.26 57.31 0.55 0.47
Hex BC B6 36 0 3 47 1A 39 37 2F
Octal 274 266 66 0 3 107 32 71 67 57
Binary 10111100 10110110 110110 0 11 1000111 11010 111001 110111 101111

Color Harmonies of #BCB636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB636

Black with #BCB636

Text Example


Text Example

White with #BCB636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB636; }

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

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

background-color css

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

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

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

border-color css

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

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

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