Html Css Color HEX #BCB134 Brass

📋 copy color: '#BCB134'

red 188 ◦ green 177 ◦ blue 52

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

Shades of Brass #BCB134

Tints of Brass #BCB134

RGB

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

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

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

R = 45.08%
G = 42.45%
B = 12.47%

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

#BCB134 (or 0xBCB134) is known color: Brass. HEX triplet: BC, B1 and 34. RGB value is (188,177,52). Sum of RGB (Red+Green+Blue) = 188+177+52=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB134 is #434ECB. Grayscale: #A6A6A6. Windows color (decimal): -4411084 or 3453372. OLE color: 3453372.

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

Color convert

RGB 188 177 52 -
CMYK 0 0.06 0.72 0.26
HSL 55.15º 0.57% 0.47% -
HSV(B) 55.15º 0.72% 0.74% -
XYZ 37.08 42.38 9.48 -
YUV 166.04 63.64 143.66 -
System Red Green Blue C M Y K H S L
Decimal 188 177 52 0 0.06 0.72 0.26 55.15 0.57 0.47
Hex BC B1 34 0 6 48 1A 37 39 2F
Octal 274 261 64 0 6 110 32 67 71 57
Binary 10111100 10110001 110100 0 110 1001000 11010 110111 111001 101111

Color Harmonies of #BCB134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB134

Black with #BCB134

Text Example


Text Example

White with #BCB134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB134; }

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

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

background-color css

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

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

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

border-color css

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

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

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