Html Css Color HEX #BCB437 Brass

📋 copy color: '#BCB437'

red 188 ◦ green 180 ◦ blue 55

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

Shades of Brass #BCB437

Tints of Brass #BCB437

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.55%

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

R = 44.44%
G = 42.55%
B = 13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BCB437 (or 0xBCB437) is known color: Brass. HEX triplet: BC, B4 and 37. RGB value is (188,180,55). Sum of RGB (Red+Green+Blue) = 188+180+55=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB437 is #434BC8. Grayscale: #A8A8A8. Windows color (decimal): -4410313 or 3650748. OLE color: 3650748.

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

Color convert

RGB 188 180 55 -
CMYK 0 0.04 0.71 0.26
HSL 56.39º 0.55% 0.48% -
HSV(B) 56.39º 0.71% 0.74% -
XYZ 37.75 43.61 10.04 -
YUV 168.14 64.15 142.16 -
System Red Green Blue C M Y K H S L
Decimal 188 180 55 0 0.04 0.71 0.26 56.39 0.55 0.48
Hex BC B4 37 0 4 47 1A 38 37 30
Octal 274 264 67 0 4 107 32 70 67 60
Binary 10111100 10110100 110111 0 100 1000111 11010 111000 110111 110000

Color Harmonies of #BCB437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB437

Black with #BCB437

Text Example


Text Example

White with #BCB437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB437; }

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

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

background-color css

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

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

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

border-color css

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

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

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