Html Css Color HEX #BCB637 Brass

📋 copy color: '#BCB637'

red 188 ◦ green 182 ◦ blue 55

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

Shades of Brass #BCB637

Tints of Brass #BCB637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.94%

R = 44.24%
G = 42.82%
B = 12.94%

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

#BCB637 (or 0xBCB637) is known color: Brass. HEX triplet: BC, B6 and 37. RGB value is (188,182,55). Sum of RGB (Red+Green+Blue) = 188+182+55=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB637 is #4349C8. Grayscale: #A9A9A9. Windows color (decimal): -4409801 or 3651260. OLE color: 3651260.

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

Color convert

RGB 188 182 55 -
CMYK 0 0.03 0.71 0.26
HSL 57.29º 0.55% 0.48% -
HSV(B) 57.29º 0.71% 0.74% -
XYZ 38.16 44.42 10.18 -
YUV 169.32 63.49 141.33 -
System Red Green Blue C M Y K H S L
Decimal 188 182 55 0 0.03 0.71 0.26 57.29 0.55 0.48
Hex BC B6 37 0 3 47 1A 39 37 30
Octal 274 266 67 0 3 107 32 71 67 60
Binary 10111100 10110110 110111 0 11 1000111 11010 111001 110111 110000

Color Harmonies of #BCB637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB637

Black with #BCB637

Text Example


Text Example

White with #BCB637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB637; }

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

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

background-color css

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

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

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

border-color css

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

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

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