Html Css Color HEX #BCB348 Brass

📋 copy color: '#BCB348'

red 188 ◦ green 179 ◦ blue 72

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

Shades of Brass #BCB348

Tints of Brass #BCB348

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.77%

 BLUE value IS 72 (28.52% from 255) = 16.4%

R = 42.82%
G = 40.77%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCB348 (or 0xBCB348) is known color: Brass. HEX triplet: BC, B3 and 48. RGB value is (188,179,72). Sum of RGB (Red+Green+Blue) = 188+179+72=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB348 is #434CB7. Grayscale: #A9A9A9. Windows color (decimal): -4410552 or 4764604. OLE color: 4764604.

HSL color Cylindrical-coordinate representation of color #BCB348: hue angle of 55.34º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCB348 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 72 -
CMYK 0 0.05 0.62 0.26
HSL 55.34º 0.46% 0.51% -
HSV(B) 55.34º 0.62% 0.74% -
XYZ 38.03 43.4 12.5 -
YUV 169.49 72.98 141.2 -
System Red Green Blue C M Y K H S L
Decimal 188 179 72 0 0.05 0.62 0.26 55.34 0.46 0.51
Hex BC B3 48 0 5 3E 1A 37 2E 33
Octal 274 263 110 0 5 76 32 67 56 63
Binary 10111100 10110011 1001000 0 101 111110 11010 110111 101110 110011

Color Harmonies of #BCB348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB348

Black with #BCB348

Text Example


Text Example

White with #BCB348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB348; }

 p { color: rgb(188,179,72); }

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

background-color css

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

 a { background-color: rgb(188,179,72); }

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

border-color css

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

 span { border-color: rgb(188,179,72); }

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