Html Css Color HEX #BCB041 Brass

📋 copy color: '#BCB041'

red 188 ◦ green 176 ◦ blue 65

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

Shades of Brass #BCB041

Tints of Brass #BCB041

RGB

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

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

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

R = 43.82%
G = 41.03%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCB041 (or 0xBCB041) is known color: Brass. HEX triplet: BC, B0 and 41. RGB value is (188,176,65). Sum of RGB (Red+Green+Blue) = 188+176+65=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB041 is #434FBE. Grayscale: #A7A7A7. Windows color (decimal): -4411327 or 4305084. OLE color: 4305084.

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

Color convert

RGB 188 176 65 -
CMYK 0 0.06 0.65 0.26
HSL 54.15º 0.49% 0.5% -
HSV(B) 54.15º 0.65% 0.74% -
XYZ 37.22 42.12 11.17 -
YUV 166.93 70.48 143.03 -
System Red Green Blue C M Y K H S L
Decimal 188 176 65 0 0.06 0.65 0.26 54.15 0.49 0.5
Hex BC B0 41 0 6 41 1A 36 31 32
Octal 274 260 101 0 6 101 32 66 61 62
Binary 10111100 10110000 1000001 0 110 1000001 11010 110110 110001 110010

Color Harmonies of #BCB041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB041

Black with #BCB041

Text Example


Text Example

White with #BCB041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB041; }

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

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

background-color css

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

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

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

border-color css

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

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

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