Html Css Color HEX #BCB73C Brass

📋 copy color: '#BCB73C'

red 188 ◦ green 183 ◦ blue 60

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

Shades of Brass #BCB73C

Tints of Brass #BCB73C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.46%

 BLUE value IS 60 (23.83% from 255) = 13.92%

R = 43.62%
G = 42.46%
B = 13.92%

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

#BCB73C (or 0xBCB73C) is known color: Brass. HEX triplet: BC, B7 and 3C. RGB value is (188,183,60). Sum of RGB (Red+Green+Blue) = 188+183+60=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB73C is #4348C3. Grayscale: #AAAAAA. Windows color (decimal): -4409540 or 3979196. OLE color: 3979196.

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

Color convert

RGB 188 183 60 -
CMYK 0 0.03 0.68 0.26
HSL 57.66º 0.52% 0.49% -
HSV(B) 57.66º 0.68% 0.74% -
XYZ 38.49 44.88 10.91 -
YUV 170.47 65.66 140.5 -
System Red Green Blue C M Y K H S L
Decimal 188 183 60 0 0.03 0.68 0.26 57.66 0.52 0.49
Hex BC B7 3C 0 3 44 1A 3A 34 31
Octal 274 267 74 0 3 104 32 72 64 61
Binary 10111100 10110111 111100 0 11 1000100 11010 111010 110100 110001

Color Harmonies of #BCB73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB73C

Black with #BCB73C

Text Example


Text Example

White with #BCB73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB73C; }

 p { color: rgb(188,183,60); }

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

background-color css

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

 a { background-color: rgb(188,183,60); }

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

border-color css

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

 span { border-color: rgb(188,183,60); }

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