Html Css Color HEX #BCB036 Brass

📋 copy color: '#BCB036'

red 188 ◦ green 176 ◦ blue 54

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

Shades of Brass #BCB036

Tints of Brass #BCB036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.92%

R = 44.98%
G = 42.11%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BCB036 (or 0xBCB036) is known color: Brass. HEX triplet: BC, B0 and 36. RGB value is (188,176,54). Sum of RGB (Red+Green+Blue) = 188+176+54=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 54 (21.48% from 255 or 12.92% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB036 is #434FC9. Grayscale: #A6A6A6. Windows color (decimal): -4411338 or 3584188. OLE color: 3584188.

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

Color convert

RGB 188 176 54 -
CMYK 0 0.06 0.71 0.26
HSL 54.63º 0.55% 0.47% -
HSV(B) 54.63º 0.71% 0.74% -
XYZ 36.93 42.01 9.65 -
YUV 165.68 64.98 143.92 -
System Red Green Blue C M Y K H S L
Decimal 188 176 54 0 0.06 0.71 0.26 54.63 0.55 0.47
Hex BC B0 36 0 6 47 1A 37 37 2F
Octal 274 260 66 0 6 107 32 67 67 57
Binary 10111100 10110000 110110 0 110 1000111 11010 110111 110111 101111

Color Harmonies of #BCB036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB036

Black with #BCB036

Text Example


Text Example

White with #BCB036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB036; }

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

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

background-color css

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

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

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

border-color css

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

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

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