#BCB434

Color #BCB434 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #BCB434

Tints of Brass #BCB434

Color information

#BCB434 (or 0xBCB434) is unknown color: approx Brass. HEX triplet: BC, B4 and 34. RGB value is (188,180,52). Sum of RGB (Red+Green+Blue) = 188+180+52=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB434 is #434BCB. Grayscale: #A8A8A8. Windows color (decimal): -4410316 or 3454140. OLE color: 3454140.

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

Color convert

RGB18818052-
CMYK00.040.720.26
HSL56.47º56.67%47.06%-
HSV(B)56.47º72.34%73.73%-
XYZ37.6843.589.67-
YUV167.862.65142.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 180 (70.70% from 255) = 42.86%
BLUE value IS 52 (20.70% from 255) = 12.38%
R=44.76%
G=42.86%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881805200.040.720.2656.4756.6747.06
HexBCB43404481A38392f
Octal274264640411032707157
Binary10111100101101001101000100100100011010111000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB434; }

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

 H1.HeaderClassName
 {
   color: #BCB434;
 }
 .AnyTagClassName
 {
   color: #BCB434;
 }
</style>
background-color css

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

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

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

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

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

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