Html Css Color HEX #BCB534 Brass

📋 copy color: '#BCB534'

red 188 ◦ green 181 ◦ blue 52

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

Shades of Brass #BCB534

Tints of Brass #BCB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.99%

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

R = 44.66%
G = 42.99%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BCB534 (or 0xBCB534) is known color: Brass. HEX triplet: BC, B5 and 34. RGB value is (188,181,52). Sum of RGB (Red+Green+Blue) = 188+181+52=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB534 is #434ACB. Grayscale: #A8A8A8. Windows color (decimal): -4410060 or 3454396. OLE color: 3454396.

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

Color convert

RGB 188 181 52 -
CMYK 0 0.04 0.72 0.26
HSL 56.91º 0.57% 0.47% -
HSV(B) 56.91º 0.72% 0.74% -
XYZ 37.88 43.99 9.74 -
YUV 168.39 62.32 141.99 -
System Red Green Blue C M Y K H S L
Decimal 188 181 52 0 0.04 0.72 0.26 56.91 0.57 0.47
Hex BC B5 34 0 4 48 1A 39 39 2F
Octal 274 265 64 0 4 110 32 71 71 57
Binary 10111100 10110101 110100 0 100 1001000 11010 111001 111001 101111

Color Harmonies of #BCB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB534

Black with #BCB534

Text Example


Text Example

White with #BCB534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB534; }

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

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

background-color css

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

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

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

border-color css

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

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

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