Html Css Color HEX #BCA33D Brass

📋 copy color: '#BCA33D'

red 188 ◦ green 163 ◦ blue 61

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

Shades of Brass #BCA33D

Tints of Brass #BCA33D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.56%

 BLUE value IS 61 (24.22% from 255) = 14.81%

R = 45.63%
G = 39.56%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BCA33D (or 0xBCA33D) is known color: Brass. HEX triplet: BC, A3 and 3D. RGB value is (188,163,61). Sum of RGB (Red+Green+Blue) = 188+163+61=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA33D is #435CC2. Grayscale: #9F9F9F. Windows color (decimal): -4414659 or 4039612. OLE color: 4039612.

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

Color convert

RGB 188 163 61 -
CMYK 0 0.13 0.68 0.26
HSL 48.19º 0.51% 0.49% -
HSV(B) 48.19º 0.68% 0.74% -
XYZ 34.68 37.22 9.77 -
YUV 158.85 72.78 148.79 -
System Red Green Blue C M Y K H S L
Decimal 188 163 61 0 0.13 0.68 0.26 48.19 0.51 0.49
Hex BC A3 3D 0 D 44 1A 30 33 31
Octal 274 243 75 0 15 104 32 60 63 61
Binary 10111100 10100011 111101 0 1101 1000100 11010 110000 110011 110001

Color Harmonies of #BCA33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA33D

Black with #BCA33D

Text Example


Text Example

White with #BCA33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA33D; }

 p { color: rgb(188,163,61); }

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

background-color css

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

 a { background-color: rgb(188,163,61); }

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

border-color css

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

 span { border-color: rgb(188,163,61); }

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