Html Css Color HEX #BCB034 Brass

📋 copy color: '#BCB034'

red 188 ◦ green 176 ◦ blue 52

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

Shades of Brass #BCB034

Tints of Brass #BCB034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.5%

R = 45.19%
G = 42.31%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BCB034 (or 0xBCB034) is known color: Brass. HEX triplet: BC, B0 and 34. RGB value is (188,176,52). Sum of RGB (Red+Green+Blue) = 188+176+52=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB034 is #434FCB. Grayscale: #A5A5A5. Windows color (decimal): -4411340 or 3453116. OLE color: 3453116.

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

Color convert

RGB 188 176 52 -
CMYK 0 0.06 0.72 0.26
HSL 54.71º 0.57% 0.47% -
HSV(B) 54.71º 0.72% 0.74% -
XYZ 36.88 41.99 9.41 -
YUV 165.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 188 176 52 0 0.06 0.72 0.26 54.71 0.57 0.47
Hex BC B0 34 0 6 48 1A 37 39 2F
Octal 274 260 64 0 6 110 32 67 71 57
Binary 10111100 10110000 110100 0 110 1001000 11010 110111 111001 101111

Color Harmonies of #BCB034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB034

Black with #BCB034

Text Example


Text Example

White with #BCB034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB034; }

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

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

background-color css

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

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

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

border-color css

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

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

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