Html Css Color HEX #BCB037 Brass

📋 copy color: '#BCB037'

red 188 ◦ green 176 ◦ blue 55

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

Shades of Brass #BCB037

Tints of Brass #BCB037

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42%

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

R = 44.87%
G = 42%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BCB037 (or 0xBCB037) is known color: Brass. HEX triplet: BC, B0 and 37. RGB value is (188,176,55). Sum of RGB (Red+Green+Blue) = 188+176+55=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB037 is #434FC8. Grayscale: #A6A6A6. Windows color (decimal): -4411337 or 3649724. OLE color: 3649724.

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

Color convert

RGB 188 176 55 -
CMYK 0 0.06 0.71 0.26
HSL 54.59º 0.55% 0.48% -
HSV(B) 54.59º 0.71% 0.74% -
XYZ 36.95 42.02 9.78 -
YUV 165.79 65.48 143.84 -
System Red Green Blue C M Y K H S L
Decimal 188 176 55 0 0.06 0.71 0.26 54.59 0.55 0.48
Hex BC B0 37 0 6 47 1A 37 37 30
Octal 274 260 67 0 6 107 32 67 67 60
Binary 10111100 10110000 110111 0 110 1000111 11010 110111 110111 110000

Color Harmonies of #BCB037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB037

Black with #BCB037

Text Example


Text Example

White with #BCB037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB037; }

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

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

background-color css

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

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

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

border-color css

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

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

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