Html Css Color HEX #BCB63D Brass

📋 copy color: '#BCB63D'

red 188 ◦ green 182 ◦ blue 61

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

Shades of Brass #BCB63D

Tints of Brass #BCB63D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.23%

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

R = 43.62%
G = 42.23%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BCB63D (or 0xBCB63D) is known color: Brass. HEX triplet: BC, B6 and 3D. RGB value is (188,182,61). Sum of RGB (Red+Green+Blue) = 188+182+61=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB63D is #4349C2. Grayscale: #AAAAAA. Windows color (decimal): -4409795 or 4044476. OLE color: 4044476.

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

Color convert

RGB 188 182 61 -
CMYK 0 0.03 0.68 0.26
HSL 57.17º 0.51% 0.49% -
HSV(B) 57.17º 0.68% 0.74% -
XYZ 38.31 44.48 10.98 -
YUV 170 66.49 140.84 -
System Red Green Blue C M Y K H S L
Decimal 188 182 61 0 0.03 0.68 0.26 57.17 0.51 0.49
Hex BC B6 3D 0 3 44 1A 39 33 31
Octal 274 266 75 0 3 104 32 71 63 61
Binary 10111100 10110110 111101 0 11 1000100 11010 111001 110011 110001

Color Harmonies of #BCB63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB63D

Black with #BCB63D

Text Example


Text Example

White with #BCB63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB63D; }

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

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

background-color css

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

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

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

border-color css

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

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

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