Html Css Color HEX #BCB140 Brass

📋 copy color: '#BCB140'

red 188 ◦ green 177 ◦ blue 64

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

Shades of Brass #BCB140

Tints of Brass #BCB140

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.26%

 BLUE value IS 64 (25.39% from 255) = 14.92%

R = 43.82%
G = 41.26%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCB140 (or 0xBCB140) is known color: Brass. HEX triplet: BC, B1 and 40. RGB value is (188,177,64). Sum of RGB (Red+Green+Blue) = 188+177+64=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB140 is #434EBF. Grayscale: #A7A7A7. Windows color (decimal): -4411072 or 4239804. OLE color: 4239804.

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

Color convert

RGB 188 177 64 -
CMYK 0 0.06 0.66 0.26
HSL 54.68º 0.49% 0.49% -
HSV(B) 54.68º 0.66% 0.74% -
XYZ 37.39 42.51 11.08 -
YUV 167.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 188 177 64 0 0.06 0.66 0.26 54.68 0.49 0.49
Hex BC B1 40 0 6 42 1A 37 31 31
Octal 274 261 100 0 6 102 32 67 61 61
Binary 10111100 10110001 1000000 0 110 1000010 11010 110111 110001 110001

Color Harmonies of #BCB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB140

Black with #BCB140

Text Example


Text Example

White with #BCB140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB140; }

 p { color: rgb(188,177,64); }

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

background-color css

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

 a { background-color: rgb(188,177,64); }

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

border-color css

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

 span { border-color: rgb(188,177,64); }

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