Html Css Color HEX #BCB441 Brass

📋 copy color: '#BCB441'

red 188 ◦ green 180 ◦ blue 65

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

Shades of Brass #BCB441

Tints of Brass #BCB441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.01%

R = 43.42%
G = 41.57%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCB441 (or 0xBCB441) is known color: Brass. HEX triplet: BC, B4 and 41. RGB value is (188,180,65). Sum of RGB (Red+Green+Blue) = 188+180+65=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB441 is #434BBE. Grayscale: #A9A9A9. Windows color (decimal): -4410303 or 4306108. OLE color: 4306108.

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

Color convert

RGB 188 180 65 -
CMYK 0 0.04 0.65 0.26
HSL 56.1º 0.49% 0.5% -
HSV(B) 56.1º 0.65% 0.74% -
XYZ 38.01 43.72 11.44 -
YUV 169.28 69.15 141.35 -
System Red Green Blue C M Y K H S L
Decimal 188 180 65 0 0.04 0.65 0.26 56.1 0.49 0.5
Hex BC B4 41 0 4 41 1A 38 31 32
Octal 274 264 101 0 4 101 32 70 61 62
Binary 10111100 10110100 1000001 0 100 1000001 11010 111000 110001 110010

Color Harmonies of #BCB441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB441

Black with #BCB441

Text Example


Text Example

White with #BCB441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB441; }

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

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

background-color css

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

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

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

border-color css

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

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

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